IS_LOGGED_IN() renamed to IS_MEMBER(), some HTML fixes
[mailer.git] / inc / modules / member / what-themes.php
index 9731f71f5d56a6bf97e19612faed6fc3b523cfc3..d58dd5bbb7e6a8ee6dfddd6de86a9e12c2dc3dc0 100644 (file)
@@ -37,7 +37,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
- elseif (!IS_LOGGED_IN())
+ elseif (!IS_MEMBER())
 {
        LOAD_URL("modules.php?module=index");
 }