Browse Source

Fix the group list for accounts -> user -> edit.

Mark Crane 10 years ago
parent
commit
a2a55a4f6c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/users/usersupdate.php

+ 1 - 0
core/users/usersupdate.php

@@ -495,6 +495,7 @@ else {
 
 	$sql = "SELECT * FROM v_groups ";
 	$sql .= "where domain_uuid = '".$domain_uuid."' ";
+	$sql .= "or domain_uuid is null ";
 	if (sizeof($assigned_groups) > 0) {
 		$sql .= "and group_uuid not in ('".implode("','",$assigned_groups)."') ";
 	}