]> git.mxchange.org Git - mailer.git/blobdiff - inc/pool/pool-bonus.php
Don't exclude the waybackmaschine
[mailer.git] / inc / pool / pool-bonus.php
index 8951eafdcc2f2e563d3dadf5b91512bf86f79a53..b127dac6652dc5e2f656e95b58b81a3616db3b19 100644 (file)
@@ -114,7 +114,7 @@ if ($GLOBALS['pool_cnt'] < getMaxSend()) {
                                                        if (isExtensionInstalledAndNewer('user', '0.1.4')) {
                                                                // Update mails received for receiver
                                                                SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `emails_received`=`emails_received`+1 WHERE `userid`=%s LIMIT 1",
-                                                               array(bigintval($userid)), __FILE__, __LINE__);
+                                                                       array(bigintval($userid)), __FILE__, __LINE__);
                                                        } // END - if
 
                                                        // Do we have send maximum mails?