mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
committed by
FusionPBX
parent
728a3c4b01
commit
78415dd293
@@ -689,7 +689,7 @@ include "root.php";
|
||||
$sql .= "WHEN 'programmable' THEN 3 ";
|
||||
$sql .= "WHEN 'expansion' THEN 4 ";
|
||||
$sql .= "ELSE 100 END, ";
|
||||
if ($db_type == "mysql") {
|
||||
if ($GLOBALS['db_type'] == "mysql") {
|
||||
$sql .= "device_key_id ASC, ";
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user