X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Freferal-functions.php;h=001b7724cdb59807f5aa87029fcf86fb31429605;hb=0e104a9282a1cdc7d769bbccb03bd3462aa8f4e0;hp=636d88aacbbedf138eac9c5a1bc118ca9777f5ef;hpb=0f3a135204757cc8750262871c8e62c42300acb4;p=mailer.git diff --git a/inc/referal-functions.php b/inc/referal-functions.php index 636d88aacb..001b7724cd 100644 --- a/inc/referal-functions.php +++ b/inc/referal-functions.php @@ -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';