From 11ab3e0f19573b8d852d35674ce5b703ca417ec6 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Sat, 18 Jul 2015 16:51:28 +0200 Subject: [PATCH] typo fix --- pages/utility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/utility.php b/pages/utility.php index 2ca1d815..5f12ef43 100644 --- a/pages/utility.php +++ b/pages/utility.php @@ -214,7 +214,7 @@ class UtilityPage extends GenericPage continue; $comments = DB::Aowow()->selectCol(' - SELECT `typeId` AS ARRAY_KEY, count(1) AS nComments FROM ?_comments + SELECT `typeId` AS ARRAY_KEY, count(1) AS ncomments FROM ?_comments WHERE `replyTo` = 0 AND (`flags` & ?d) = 0 AND `type`= ?d AND `date` > (UNIX_TIMESTAMP() - ?d) GROUP BY `type`, `typeId` LIMIT 100',