IS_LOGGED_IN() renamed to IS_MEMBER(), some HTML fixes
[mailer.git] / inc / session.php
index af8eb7c050f9aaec5fe282c789c8fdcf6c0cd142..7710e9bf6553a3f1629d824d1b17c893fc2bbb76 100644 (file)
@@ -91,7 +91,7 @@ if (isset($_SESSION['userid'])) {
        $GLOBALS['userid'] = bigintval($_SESSION['userid']);
 
        // Is it valid?
-       if (!IS_LOGGED_IN()) {
+       if (!IS_MEMBER()) {
                // Then destroy the user id
                destroy_user_session();
        } // END - if