]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-register.php
Ticket resolved, code rewrites and caching:
[mailer.git] / inc / modules / guest / what-register.php
index 7cf8158ed9e3f97b5002ebb5e427cbbf22a624ac..ba46619ea6ffce593dabf7fdd7e5ba8d92c6b898 100644 (file)
@@ -195,11 +195,12 @@ if ((isset($_POST['ok'])) && ((!$FAILED) || (IS_ADMIN()))) {
        } // END - if
 
        // Check if I shall disable sending mail to newly registered members out about active/begging rallye
+       // @TODO Rewrite this to a single filter
        //
        // First comes first: begging rallye
        if (GET_EXT_VERSION("beg") >= "0.1.7") {
                // Okay, shall I disable now?
-               if (getConfig('beg_new_mem_notify') == "N") {
+               if (getConfig('beg_new_mem_notify') != "Y") {
                        $ADD1 .= ", beg_ral_notify, beg_ral_en_notify";
                        $ADD2 .= ", UNIX_TIMESTAMP(), UNIX_TIMESTAMP()";
                } // END - if
@@ -208,7 +209,7 @@ if ((isset($_POST['ok'])) && ((!$FAILED) || (IS_ADMIN()))) {
        // Second: active rallye
        if (GET_EXT_VERSION("bonus") >= "0.7.7") {
                // Okay, shall I disable now?
-               if (getConfig('bonus_new_mem_notify') == "N") {
+               if (getConfig('bonus_new_mem_notify') != "Y") {
                        $ADD1 .= ", bonus_ral_notify, bonus_ral_en_notify";
                        $ADD2 .= ", UNIX_TIMESTAMP(), UNIX_TIMESTAMP()";
                } // END - if