mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-22 21:29:08 +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) {
|
if($Exclude) {
|
||||||
$Filters[] = "$Attribute NOT IN (".implode(",", $Value).")";
|
$Filters[] = "$Attribute NOT IN (".implode(",", $Values).")";
|
||||||
} else {
|
} else {
|
||||||
$Filters[] = "$Attribute IN (".implode(",", $Value).")";
|
$Filters[] = "$Attribute IN (".implode(",", $Values).")";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if(!is_number($Values)) {
|
if(!is_number($Values)) {
|
||||||
|
@ -61,7 +61,6 @@
|
|||||||
<? } if (check_perms('admin_manage_permissions')) { ?>
|
<? } if (check_perms('admin_manage_permissions')) { ?>
|
||||||
<tr><td><a href="tools.php?action=special_users">Special Users</a></td></tr>
|
<tr><td><a href="tools.php?action=special_users">Special Users</a></td></tr>
|
||||||
|
|
||||||
<? } ?>
|
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="permission_container">
|
<div class="permission_container">
|
||||||
|
Loading…
Reference in New Issue
Block a user