mailer for session entries. :)
[mailer.git] / inc / libs / bonus_functions.php
index 0ef95848f653e01244321f0f89915468935ea42a..db0a942de571c92be5943e51b26045cea3ef01d7 100644 (file)
@@ -40,10 +40,12 @@ if (!defined('__SECURITY')) {
        die();
 } // END - if
 
-// This function must be run *BEFORE* a link is removed from table 'mxchange_user_links' !
+// This function must be run *BEFORE* a link is removed from table 'mailer_user_links' !
 function addTurboBonus ($mid, $userid, $type) {
        // Shall we add bonus points?
-       if (!isBonusRallyeActive()) return false;
+       if (!isBonusRallyeActive()) {
+               return false;
+       } // END - if
 
        // Init variables
        $sql = ''; $bonus = '0'; $mail = '0'; $column = '';