]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/online_functions.php
Damn typo fixed... ;-)
[mailer.git] / inc / libs / online_functions.php
index 2a475b86aadbbe1c094602f152e142546ad4fe72..65ede5f37dc418d82747092c094d83470cc2f663 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Online-Funktionen                                *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -52,9 +57,9 @@ function FILTER_UPDATE_ONLINE_LIST () {
        $uid = 0; $rid = 0; $MEM = "N"; $ADMIN = "N";
 
        // Valid userid?
-       if ((!empty($GLOBALS['userid'])) && ($GLOBALS['userid'] > 0) && (IS_MEMBER())) {
+       if ((isUserIdSet()) && (getUserId() > 0) && (IS_MEMBER())) {
                // Is valid user
-               $uid = bigintval($GLOBALS['userid']);
+               $uid = getUserId();
                $MEM = "Y";
        } // END - if