]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-categories.php
Fix for getActualVersion()
[mailer.git] / inc / modules / member / what-categories.php
index f88fec53294bc6831ab6a53fe1a98ac092d32d62..2db438ae4c4a4eabe42dd0605372f9a335d2e098 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Kategorien ab- bzw. anwaehlen                    *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $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                  *
@@ -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 = "";