More globals rewritten, see ticket #100
[mailer.git] / inc / mysql-manager.php
index db3015241a05653e8326fa33ccd6c73562a577eb..e9e263e34db0c1a5bdc751354216285af2cea676 100644 (file)
@@ -616,6 +616,7 @@ function SEARCH_EMAIL_USERTAB ($email) {
 function IS_MEMBER () {
        // @TODO Why is this global??? #100
        global $status;
+
        if (!is_array($GLOBALS['last'])) $GLOBALS['last'] = array();
        $ret = false;