mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-22 05:09:02 +00:00
Empty commit
This commit is contained in:
parent
eafdb0e790
commit
124e294b0b
@ -203,9 +203,9 @@ public function where($Attribute, $Values, $Exclude = false) {
|
||||
}
|
||||
}
|
||||
if($Exclude) {
|
||||
$Filters[] = "$Attribute NOT IN (".implode(",", $Value).")";
|
||||
$Filters[] = "$Attribute NOT IN (".implode(",", $Values).")";
|
||||
} else {
|
||||
$Filters[] = "$Attribute IN (".implode(",", $Value).")";
|
||||
$Filters[] = "$Attribute IN (".implode(",", $Values).")";
|
||||
}
|
||||
} else {
|
||||
if(!is_number($Values)) {
|
||||
|
@ -61,7 +61,6 @@
|
||||
<? } if (check_perms('admin_manage_permissions')) { ?>
|
||||
<tr><td><a href="tools.php?action=special_users">Special Users</a></td></tr>
|
||||
|
||||
<? } ?>
|
||||
</table>
|
||||
</div>
|
||||
<div class="permission_container">
|
||||
|
Loading…
Reference in New Issue
Block a user