Fix. Display key type in Profile app. (#1658)
This commit is contained in:
committed by
FusionPBX
parent
0741488073
commit
704cf23194
@@ -299,6 +299,7 @@ require_once "resources/require.php";
|
|||||||
}
|
}
|
||||||
$x = 0;
|
$x = 0;
|
||||||
foreach($device_keys as $row) {
|
foreach($device_keys as $row) {
|
||||||
|
$device_vendor = $row['device_key_vendor'];
|
||||||
//set the column names
|
//set the column names
|
||||||
if ($previous_device_key_vendor != $row['device_key_vendor']) {
|
if ($previous_device_key_vendor != $row['device_key_vendor']) {
|
||||||
echo " <tr>\n";
|
echo " <tr>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user