]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-bonus.php
Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / inc / modules / member / what-bonus.php
index 48fbd70980181c865e6c0d098c27cc2e1afebd6e..8ddf806a42b0eae69bf27b794381853029f8d1e9 100644 (file)
@@ -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