Several constant fixes
[mailer.git] / inc / modules / guest / what-login.php
index 9aea8f972b276cbd4270e926cabd2de5e95b4af9..62450c81b6b2a728bc45617ef4ca97928feb88fa 100644 (file)
@@ -328,12 +328,12 @@ if (IS_LOGGED_IN()) {
   </TD>
   <TD width=\"10\">&nbsp;</TD>
 </TR>\n";
-               define ('LOGIN_FAILURE_MSG', $MSG);
+               define('LOGIN_FAILURE_MSG', $MSG);
        }
         else
        {
                // No problems, no output
-               define ('LOGIN_FAILURE_MSG', "");
+               define('LOGIN_FAILURE_MSG', "");
        }
        // Display login form with resend-password form
        if (EXT_IS_ACTIVE("nickname"))