Fix. Display key type in `Profile` app. (#1658)

This commit is contained in:
Alexey Melnichuk 2016-06-17 21:43:51 +03:00 committed by FusionPBX
parent 0741488073
commit 704cf23194
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ require_once "resources/require.php";
}
$x = 0;
foreach($device_keys as $row) {
$device_vendor = $row['device_key_vendor'];
//set the column names
if ($previous_device_key_vendor != $row['device_key_vendor']) {
echo " <tr>\n";