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
@@ -278,6 +278,7 @@ if (count($_POST)>0 && check_str($_POST["persistform"]) != "1") {
echo " <td class='vtable'>";
$sql = "SELECT * FROM v_groups ";
$sql .= "where domain_uuid = '".$domain_uuid."' ";
$sql .= "or domain_uuid is null ";
$sql .= "order by group_name asc ";
$prep_statement = $db->prepare(check_sql($sql));
$prep_statement->execute();