]> 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 fa34df7d042891c64866fb3c7170e034014ceed3..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,11 +83,12 @@ LIMIT {?beg_ranks?}", __FILE__, __LINE__);
                // Load our winners...
                while ($content = SQL_FETCHARRAY($result_main)) {
                        // Add points to user's account directly
-                       addPointsDirectly('monthly_beg', $content['userid'], $content['beg_points']);
+                       initReferalSystem();
+                       addPointsThroughReferalSystem('monthly_beg', $content['userid'], $content['beg_points']);
 
                        // Load email template and email it away
                        $message = loadEmailTemplate('member_beg', $content, bigintval($content['userid']));
-                       sendEmail($content['email'], '{--BEG_MONTHLY_RALLYE--}', $message);
+                       sendEmail($content['userid'], '{--BEG_MONTHLY_RALLYE--}', $message);
                } // END - while
 
                // Reset accounts