From d565b90736fe0a6139ddd7c17867666ae640b42f Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 14 Feb 2023 21:51:54 +0100 Subject: [PATCH] Update accounts.php --- admin/pages/accounts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/pages/accounts.php b/admin/pages/accounts.php index 8c648578..f96d0ec2 100644 --- a/admin/pages/accounts.php +++ b/admin/pages/accounts.php @@ -62,7 +62,7 @@ else if (isset($_REQUEST['search'])) { if ($query->rowCount() > 0 && $query->rowCount() <= 10) { $str_construct = 'Do you mean?'; echo_error($str_construct); } else if ($query->rowCount() > 10)