mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 01:23:50 +00:00
Fix. SQL in group contacts
This commit is contained in:
@@ -529,7 +529,7 @@ include "root.php";
|
||||
$sql .= " select group_uuid from v_group_users ";
|
||||
$sql .= " where user_uuid = '".$user_uuid."' ";
|
||||
$sql .= " and domain_uuid = '$domain_uuid' ";
|
||||
$sql .= "' ) ";
|
||||
$sql .= " ) ";
|
||||
$sql .= "and domain_uuid = '$domain_uuid' ";
|
||||
$sql .= ") ";
|
||||
//echo $sql."\n";
|
||||
|
||||
Reference in New Issue
Block a user