Fix. SQL in group contacts

This commit is contained in:
Alexey Melnichuk 2016-03-24 17:59:01 +03:00
parent 4bb595f797
commit 62c4618259
1 changed files with 1 additions and 1 deletions

View File

@ -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";