Allow deleting system default groups.
This commit is contained in:
parent
c3ea9a0f16
commit
db122a3da6
|
|
@ -74,7 +74,9 @@ require_once "resources/require.php";
|
|||
$prep_statement->execute();
|
||||
$groups = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||
unset($sql, $prep_statement);
|
||||
$system_groups = array('superadmin','admin','user','public','agent');
|
||||
//$system_groups = array('superadmin','admin','user','public','agent');
|
||||
$system_groups = array();
|
||||
|
||||
|
||||
//get group counts
|
||||
$sql = "select group_uuid, count(user_uuid) as group_count from v_group_users ";
|
||||
|
|
|
|||
Loading…
Reference in New Issue