summaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/datas.php2
1 files changed, 1 insertions, 1 deletions
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;