]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_100_bonus.php
A lot templates rewritten, TODOs.txt updated, XHTML fixes:
[mailer.git] / inc / reset / reset_100_bonus.php
index b3686d40fc066004e140bb25dbf3cb30afab6a67..f2509c85c6a028e68aa7ec697a115a3588e9c0b9 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/25/2009 *
- * ===============                              Last change: 10/25/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 10/25/2009 *
+ * ===================                          Last change: 10/25/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : reset_100_bonus.php                              *
@@ -44,7 +44,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode or no daily reset
-if ((getOutputMode() != 0) || (!isResetModeEnabled()) || (getConfig('beg_rallye') == 'Y')) return;
+if ((getOutputMode() != 0) || (!isResetModeEnabled())) return;
 //* DEBUG: */ outputHtml(basename(__FILE__)."<br />");
 
 // Check for 100% klickrate mails
@@ -53,14 +53,13 @@ $result_bonus = SQL_QUERY("SELECT
 FROM
        `{?_MYSQL_PREFIX?}_user_stats`
 WHERE
-       `max_rec`=`clicks` AND `clicks` > 0 AND `bonus_stats_active`='N'
+       `max_rec`=`clicks` AND
+       `clicks` > 0 AND
+       `bonus_stats_active`='N'
 ORDER BY
        `userid` ASC", __FILE__, __LINE__);
 
 if (SQL_NUMROWS($result_bonus) > 0) {
-       // Remember stats bonus in constant
-       $content['points'] = translateComma(getConfig('bonus_stats'));
-
        // We found some mail orders...
        while ($content = merge_array($content, SQL_FETCHARRAY($result_bonus))) {
                // Add points