redirection of invalid or deleted mail orders improved, several code conventions...
[mailer.git] / inc / modules / guest / what-register.php
index 114694c8b6dd51ab012f66f0a11d7a4893bcf828..03bd3a0e08a7a55b2ca5f0b3914cfc0d84c6eaa5 100644 (file)
@@ -428,7 +428,7 @@ array(
        // Is the nickname valid?
        if (!$nick) {
                // Nope, disable it
-               if (GET_EXT_VERSION("sql_patches") != "") {
+               if (GET_EXT_VERSION("sql_patches") != '') {
                        // Use default refid
                        $GLOBALS['refid'] = $_CONFIG['def_refid'];
                } else {