X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fbonus_functions.php;h=95ff13f09ce62375195c69c57e4ebeb1aaf16387;hp=888ecab50391bb7b4cb94539cc9a09aa68f29bc5;hb=e1653405d28923c78b2e292125306ccf61138f24;hpb=33a744d80e9c5ec1c13e8f643143146166975e9b diff --git a/inc/libs/bonus_functions.php b/inc/libs/bonus_functions.php index 888ecab503..95ff13f09c 100644 --- a/inc/libs/bonus_functions.php +++ b/inc/libs/bonus_functions.php @@ -43,7 +43,7 @@ function BONUS_ADD_TURBO_POINTS($mid, $uid, $type) global $CONFIG; // Shall we add bonus points? - if ($CONFIG['bonus_active'] == "N") return; + if ($CONFIG['bonus_active'] == 'N') return; // Select SQL command $SQL = ""; @@ -186,7 +186,7 @@ function BONUS_POINTS_HANDLER($MODE) global $CONFIG; // Shall we add bonus points? - if ($CONFIG['bonus_active'] == "N") return; + if ($CONFIG['bonus_active'] == 'N') return; // Switch to jackpot-mode when no UID is supplied but userid-mode is selected if (($CONFIG['bonus_mode'] == "UID") && ($CONFIG['bonus_uid'] == "0")) $CONFIG['bonus_mode'] = "JACKPOT";