Update device_edit.php

This commit is contained in:
FusionPBX 2018-03-23 19:20:32 -06:00 committed by GitHub
parent eab9aed886
commit 1665abe24c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -466,6 +466,7 @@
//get the users
$sql = "SELECT * FROM v_users ";
$sql .= "WHERE domain_uuid = '".$domain_uuid."' ";
$sql .= "AND user_enabled = 'true' ";
$sql .= "ORDER by username asc ";
$prep_statement = $db->prepare(check_sql($sql));
$prep_statement->execute();