mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update user_edit.php
This commit is contained in:
@@ -842,7 +842,6 @@
|
||||
$sql .= "lower(c.contact_name_given) asc, ";
|
||||
$sql .= "lower(c.contact_nickname) asc ";
|
||||
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
||||
$parameters['contact_uuid'] = $contact_uuid;
|
||||
$database = new database;
|
||||
$contacts = $database->select($sql, $parameters, 'all');
|
||||
unset($parameters);
|
||||
|
||||
Reference in New Issue
Block a user