]> git.mxchange.org Git - mailer.git/blobdiff - mailid_top.php
Referal system rewritten, ext-refback continued:
[mailer.git] / mailid_top.php
index 2f04e4caeb8f6b28a1aeff0cfd810be59f03ec73..3afc87b5110f60766ebba0b72382a96cb98321db 100644 (file)
@@ -258,8 +258,7 @@ if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalEr
                                                                                        array($userId), __FILE__, __LINE__);
 
                                                                                // Add points
-                                                                               // @TODO Try to rewrite the following unset()
-                                                                               unset($GLOBALS['ref_level']);
+                                                                               initReferalSystem();
                                                                                addPointsThroughReferalSystem('mailid_okay', $userId, $payment);
 
                                                                                // Shall I add bonus points for "turbo clickers" ?
@@ -297,7 +296,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);