- Daily/weekly/monthly reset completely rewritten
[mailer.git] / inc / modules / login.php
index 8178d82f09903ac10e1da21162e5aab9b32f12ed..8c493c055b609584b2671f0577304151d51bab26 100644 (file)
@@ -59,14 +59,13 @@ if ($status != "CONFIRMED") {
        }
        $URL = URL."/modules.php?module=index&login=".$ERROR;
        LOAD_URL($URL);
-}
+} // END - if
 
 // Recheck if he got logged out because bad cookies
-if (!IS_LOGGED_IN())
-{
+if (!IS_LOGGED_IN()) {
        $URL = URL."/modules.php?module=index";
        LOAD_URL($URL);
-}
+} // END - if
 
 // Load adverstising template
 define('__MEMBER_ADVERT', LOAD_TEMPLATE("member_banner", true));