New function fetchUserData() introduced to API, total rewrite (not all)
[mailer.git] / inc / session.php
index 71e6eca53dd032accfae3f948e07d1aef4cb96f6..79428ddbba7ba2321db6fe1c8083c2fd8abd6bf3 100644 (file)
@@ -71,9 +71,6 @@ if (isSessionVariableSet('userid')) {
        if (!isMember()) {
                // Then destroy the user id
                destroyUserSession();
-
-               // Kill userid
-               setUserId(0);
        } // END - if
 } // END - if