From c40a4846040004813d03d1b145551f4a95a362c2 Mon Sep 17 00:00:00 2001 From: quix0r Date: Sun, 1 Aug 2010 06:45:40 +0000 Subject: [PATCH] Fix for monthly bonus reset script --- inc/monthly/monthly_bonus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/monthly/monthly_bonus.php b/inc/monthly/monthly_bonus.php index 41e50053c0..d34f7375a9 100644 --- a/inc/monthly/monthly_bonus.php +++ b/inc/monthly/monthly_bonus.php @@ -80,7 +80,7 @@ if (($curr != getConfig('last_month')) && (getConfig('bonus_ranks') > 0) && (!is // Run SQL string to check for accounts $result_main = SQL_QUERY('SELECT - `userid`, `email`, `gender`, `surname`, `family`, (0" . $add . ") AS points + `userid`, `email`, `gender`, `surname`, `family`, (0' . $add . ') AS points FROM `{?_MYSQL_PREFIX?}_user_data` ' . $whereStatement1 . ' -- 2.39.2