]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_100_bonus.php
Added BACKSLASH to prevent massive escaping
[mailer.git] / inc / daily / daily_100_bonus.php
index 868dce98e0997b041addad43465eeb691e0a8ffc..18a74623d040da1ecc7695d06503d870d26d8d19 100644 (file)
@@ -51,7 +51,7 @@ if (!defined('__SECURITY')) {
 
 // Check for 100% klickrate mails
 $result_bonus = SQL_QUERY("SELECT
-       `id`, `userid`, `subject`, `timestamp_ordered`, `clicks`, `url`
+       `id`,`userid`,`subject`,`timestamp_ordered`,`clicks`,`url`
 FROM
        `{?_MYSQL_PREFIX?}_user_stats`
 WHERE
@@ -81,7 +81,7 @@ if (!SQL_HASZERONUMS($result_bonus)) {
        } // END - while
 
        // Handle bonus points
-       handleBonusPoints(getConfig('bonus_stats'));
+       handleBonusPoints(getConfig('bonus_stats'), $content['userid']);
 } // END - if
 
 // Free memory