]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-categories.php
'userid' rewritten to functions
[mailer.git] / inc / modules / member / what-categories.php
index f88fec53294bc6831ab6a53fe1a98ac092d32d62..7db47413f43afe7ac2a0e87c6239b481979b8c48 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Kategorien ab- bzw. anwaehlen                    *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: stelzi                                                   $ *
+ * 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                  *
@@ -42,7 +47,7 @@ if (!defined('__SECURITY')) {
 // Add description as navigation point
 ADD_DESCR("member", __FILE__);
 
-$UID = $GLOBALS['userid'];
+$UID = getUserId();
 $whereStatement = " WHERE `visible`='Y'";
 if (IS_ADMIN()) $whereStatement = "";