mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update app_defaults.php
This commit is contained in:
@@ -51,7 +51,7 @@ if ($domains_processed == 1) {
|
||||
//set the group_uuid
|
||||
$sql = "update v_user_groups set ";
|
||||
$sql .= "group_uuid = '".$group_uuid."' ";
|
||||
$sql .= "where group_user_uuid = '".$row['group_user_uuid']."'; ";
|
||||
$sql .= "where user_group_uuid = '".$row['user_group_uuid']."'; ";
|
||||
$db->exec($sql);
|
||||
unset($sql);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user