From 1d9c7d9a5da261723124098c58e1cd363668876e Mon Sep 17 00:00:00 2001 From: ruan Date: Fri, 9 Sep 2016 17:47:41 +0200 Subject: [PATCH] Fix issues with show_inactive_bans --- inc/page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/page.php b/inc/page.php index 5db4c0e..33b7658 100644 --- a/inc/page.php +++ b/inc/page.php @@ -126,7 +126,7 @@ class Page { $sel = $this->get_selection($table); if ($where !== "") { - $where .= " OR "; + $where .= " AND "; } else { $where = "WHERE "; }