From a9dcb92d783a77b493d865c655244bb8e5d54a41 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sun, 24 Mar 2013 13:58:26 -0700 Subject: Missing wallOrientation SQL. Changed back to 25 per-notification. --- includes/datas.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/datas.php b/includes/datas.php index 4d42c1a..934c1d7 100644 --- a/includes/datas.php +++ b/includes/datas.php @@ -18,7 +18,7 @@ function getNotified($userID) { FROM `achievements` WHERE `notified` = false AND userID = '$userID' - LIMIT 5"; + LIMIT 25"; $resultA = mysql_query($sql); if (mysql_num_rows($resultA) <= 0) return false; -- cgit v1.2.3