]> git.mxchange.org Git - mailer.git/blobdiff - inc/referal-functions.php
Wrapper getTurboRates() introduced
[mailer.git] / inc / referal-functions.php
index 636d88aacbbedf138eac9c5a1bc118ca9777f5ef..001b7724cdb59807f5aa87029fcf86fb31429605 100644 (file)
@@ -373,12 +373,6 @@ ORDER BY
        if (!SQL_HASZERONUMS($result)) {
                // Fetch all entries
                while ($row = SQL_FETCHARRAY($result)) {
-                       // Get total points of this user
-                       $row['points'] = getTotalPoints($row['refid']);
-
-                       // Get unconfirmed mails
-                       $row['unconfirmed'] = getTotalUnconfirmedMails($row['refid']);
-
                        // Init click rate with zero
                        $row['click_rate'] = '0';