mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 08:52:45 +00:00
Fix issues with show_inactive_bans
This commit is contained in:
parent
0f874cc521
commit
1d9c7d9a5d
@ -126,7 +126,7 @@ class Page {
|
|||||||
$sel = $this->get_selection($table);
|
$sel = $this->get_selection($table);
|
||||||
|
|
||||||
if ($where !== "") {
|
if ($where !== "") {
|
||||||
$where .= " OR ";
|
$where .= " AND ";
|
||||||
} else {
|
} else {
|
||||||
$where = "WHERE ";
|
$where = "WHERE ";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user