Device lines for the current domain
This commit is contained in:
parent
193a03291c
commit
b7b3073d58
|
|
@ -141,7 +141,7 @@
|
|||
$sql .= "( ";
|
||||
$sql .= " select device_uuid ";
|
||||
$sql .= " from v_device_lines ";
|
||||
$sql .= " where extension_uuid = e.extension_uuid ";
|
||||
$sql .= " where domain_uuid = e.domain_uuid ";
|
||||
$sql .= " and user_id = e.extension ";
|
||||
$sql .= " limit 1 ";
|
||||
$sql .= ") AS device_uuid, ";
|
||||
|
|
@ -443,4 +443,4 @@
|
|||
//show the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue