]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-register.php
->['month_descr'], fix in registration page
[mailer.git] / inc / modules / guest / what-register.php
index 979b7813a7a9e5bb796ca09c237a4fc85c5be219..f211e88c6a9d3809bb1ee17f3d760140fc0beef8 100644 (file)
@@ -120,8 +120,8 @@ if (IS_FORM_SENT()) {
                        REQUEST_SET_POST('pass1', "!");
                        REQUEST_SET_POST('pass2', "!");
                } else {
-                       if (!REQUEST_ISSET_POST(('pass1'))) { REQUEST_SET_POST('pass1', "!"); } else { REQUEST_SET_POST('pass1' ""); }
-                       if (!REQUEST_ISSET_POST(('pass2'))) { REQUEST_SET_POST('pass2', "!"); } else { REQUEST_SET_POST('pass2' ""); }
+                       if (!REQUEST_ISSET_POST(('pass1'))) { REQUEST_SET_POST('pass1', "!"); } else { REQUEST_SET_POST('pass1', ""); }
+                       if (!REQUEST_ISSET_POST(('pass2'))) { REQUEST_SET_POST('pass2', "!"); } else { REQUEST_SET_POST('pass2', ""); }
                }
                $FAILED = true;
        } // END - if