X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-bonus.php;h=e967ae56fce39b95e8a56e30f2a27a2080997894;hp=57b238cb1af2a04794ea2d0b4e53b7d44eec5e83;hb=e1653405d28923c78b2e292125306ccf61138f24;hpb=33a744d80e9c5ec1c13e8f643143146166975e9b diff --git a/inc/modules/member/what-bonus.php b/inc/modules/member/what-bonus.php index 57b238cb1a..e967ae56fc 100644 --- a/inc/modules/member/what-bonus.php +++ b/inc/modules/member/what-bonus.php @@ -55,11 +55,11 @@ if (GET_EXT_VERSION("bonus") >= "0.6.9") { // Add more bonus points here $USE = "(0"; - if ($CONFIG['bonus_click_yn'] == "Y") $USE .= " + turbo_bonus"; - if ($CONFIG['bonus_login_yn'] == "Y") $USE .= " + login_bonus"; - if ($CONFIG['bonus_order_yn'] == "Y") $USE .= " + bonus_order"; - if ($CONFIG['bonus_stats_yn'] == "Y") $USE .= " + bonus_stats"; - if ($CONFIG['bonus_ref_yn'] == "Y") $USE .= " + bonus_ref"; + if ($CONFIG['bonus_click_yn'] == 'Y') $USE .= " + turbo_bonus"; + if ($CONFIG['bonus_login_yn'] == 'Y') $USE .= " + login_bonus"; + if ($CONFIG['bonus_order_yn'] == 'Y') $USE .= " + bonus_order"; + if ($CONFIG['bonus_stats_yn'] == 'Y') $USE .= " + bonus_stats"; + if ($CONFIG['bonus_ref_yn'] == 'Y') $USE .= " + bonus_ref"; $USE .= ")"; } else