X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mailid_top.php;h=b88616de73d9260a7cfacbda1ad7d02c96937989;hb=cecc778bf109300231291c1a35c1eb7d4b79aba5;hp=68aff4de92948c583697f3f60ea894872cdd6b20;hpb=dc25bd7a76750f02e2d617c9db9eb0aae53270f5;p=mailer.git diff --git a/mailid_top.php b/mailid_top.php index 68aff4de92..b88616de73 100644 --- a/mailid_top.php +++ b/mailid_top.php @@ -15,6 +15,8 @@ * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * * -------------------------------------------------------------------- * + * @TODO Merge this script with mailid.php * + * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * @@ -296,7 +298,7 @@ if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalEr loadTemplate($template, false, $content); } elseif (isValidUserId($sender)) { // Wrong image code! So add points to sender's account - addPointsDirectly('mailid_payback', $sender, $payment); + addPointsThroughReferalSystem('mailid_payback', $sender, $payment); // Load template loadTemplate('mailid_points_failed', false, $content);