]> git.mxchange.org Git - mailer.git/blobdiff - inc/monthly/monthly_beg.php
Added BACKSLASH to prevent massive escaping
[mailer.git] / inc / monthly / monthly_beg.php
index 5372ce06be98fb5841bca64d1c0bd6728d64937a..4c00762fa5c51f4113d1837546a4c72d901a3567 100644 (file)
@@ -63,12 +63,12 @@ if ((getBegRanks() > 0) && (!isCssOutputMode())) {
        // Let's check if there are some points left we can pay...
        if ((isExtensionActive('autopurge')) && (isBegActiveEnabled()) && ((getApInactiveSince() > 0))) {
                // Okay, include last online timestamp
-               $whereStatement .= ' AND (UNIX_TIMESTAMP() - `last_online`) >= {?ap_inactive_since?}';
+               $whereStatement .= ' AND (UNIX_TIMESTAMP() - `last_online`) < {?ap_inactive_since?}';
        } // END - if
 
        // SQL string to check for accounts
        $result_main = SQL_QUERY("SELECT
-       `userid`, `email`, `gender`, `surname`, `family`, `beg_points`
+       `userid`,`email`,`gender`,`surname`,`family`,`beg_points`
 FROM
        `{?_MYSQL_PREFIX?}_user_data`
 WHERE
@@ -83,6 +83,7 @@ LIMIT {?beg_ranks?}", __FILE__, __LINE__);
                // Load our winners...
                while ($content = SQL_FETCHARRAY($result_main)) {
                        // Add points to user's account directly
+                       initReferalSystem();
                        addPointsThroughReferalSystem('monthly_beg', $content['userid'], $content['beg_points']);
 
                        // Load email template and email it away