]> git.mxchange.org Git - mailer.git/blobdiff - inc/monthly/monthly_newsletter.php
More debug output added
[mailer.git] / inc / monthly / monthly_newsletter.php
index 6c2303c7a2a3c58dc4530e44b21023daf7479507..716079e381107931c884bd92bf828d4e81ff2e27 100644 (file)
@@ -59,7 +59,7 @@ if (getConfig('last_month') != $curr) {
                while ($content = SQL_FETCHARRAY($result)) {
                        // Update account
                        SQL_QUERY_ESC("UPDATE `{!_MYSQL_PREFIX!}_user_data` SET `nl_receive`='Y', `nl_until`=0 WHERE `userid`=%s LIMIT 1",
-                               array(bigintval($content['userid'])), __FILE__, __LINE__);
+                       array(bigintval($content['userid'])), __FILE__, __LINE__);
 
                        // Send email to him
                        $msg = LOAD_EMAIL_TEMPLATE("member_newsletter_reset", true, bigintval($content['userid']));