]> git.mxchange.org Git - mailer.git/blobdiff - inc/pool/pool-bonus.php
Large code cleanups:
[mailer.git] / inc / pool / pool-bonus.php
index 9f04c935bd52d60f9dab5726891a3bd8ee3de855..b127dac6652dc5e2f656e95b58b81a3616db3b19 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -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?