Update users.php
This commit is contained in:
parent
8da024025f
commit
cd8b0aec9d
|
|
@ -75,9 +75,7 @@
|
|||
}
|
||||
$sql_where .= "and ( ";
|
||||
$sql_where .= " group_level <= :group_level ";
|
||||
if (permission_exists('user_all')) {
|
||||
$sql_where .= " or group_level is null ";
|
||||
}
|
||||
$sql_where .= " or group_level is null ";
|
||||
$sql_where .= ") ";
|
||||
$parameters['group_level'] = $_SESSION['user']['group_level'];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue