Additional work to fix groups and permissions.

This commit is contained in:
Mark Crane
2015-01-08 08:51:40 +00:00
parent 321dd16a44
commit ac957dc400
6 changed files with 4 additions and 6 deletions
+1
View File
@@ -56,6 +56,7 @@ require_once "resources/require.php";
//get the groups data
$sql = "select * from v_groups ";
$sql .= "where domain_uuid = '".$domain_uuid."' ";
$sql .= "or domain_uuid is null ";
$sql .= "and group_name = '".$group_name."' ";
$prep_statement = $db->prepare(check_sql($sql));
$prep_statement->execute();