Even more rewritten
[mailer.git] / inc / modules / guest / what-register.php
index 6e3645427eaaf96c4a602aa0732387163c72ff48..99c859d0501063ed1944c1a3b867183ced49472f 100644 (file)
@@ -94,7 +94,7 @@ if (IS_FORM_SENT()) {
        // First we only check the submitted data then we continue... :)
        //
        // Did he agree to our Terms Of Usage?
-       if (REQUEST_POST('agree') != "Y") {
+       if (REQUEST_POST('agree') != 'Y') {
                REQUEST_SET_POST('agree', "!");
                $FAILED = true;
        } // END - if
@@ -203,7 +203,7 @@ if ((IS_FORM_SENT()) && ((!$FAILED) || (IS_ADMIN()))) {
        // First comes first: begging rallye
        if (GET_EXT_VERSION('beg') >= '0.1.7') {
                // Okay, shall I disable now?
-               if (getConfig('beg_new_mem_notify') != "Y") {
+               if (getConfig('beg_new_mem_notify') != 'Y') {
                        $ADD1 .= ", beg_ral_notify, beg_ral_en_notify";
                        $ADD2 .= ", UNIX_TIMESTAMP(), UNIX_TIMESTAMP()";
                } // END - if
@@ -212,7 +212,7 @@ if ((IS_FORM_SENT()) && ((!$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') != "Y") {
+               if (getConfig('bonus_new_mem_notify') != 'Y') {
                        $ADD1 .= ", bonus_ral_notify, bonus_ral_en_notify";
                        $ADD2 .= ", UNIX_TIMESTAMP(), UNIX_TIMESTAMP()";
                } // END - if