]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-beg.php
Damn typo fixed... ;-)
[mailer.git] / inc / modules / member / what-beg.php
index 6c27dea59391dc8730af87a76b0e53b32550317c..581ab6155a6f38403427b8cc31a38c0996dc3dbd 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Bettel-Link                                      *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $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                  *
@@ -45,7 +50,7 @@ if (!defined('__SECURITY')) {
 // Add description as navigation point
 ADD_DESCR("member", __FILE__);
 
-$uid = $GLOBALS['userid'];
+$uid = getUserId();
 if (EXT_IS_ACTIVE("nickname"))
 {
        // Load nickname
@@ -67,7 +72,7 @@ SQL_FREERESULT($result);
 
 // Set User-ID when no nickname was found
 $nickname = true;
-if (empty($uid)) { $uid = $GLOBALS['userid']; $nickname = false; }
+if (empty($uid)) { $uid = getUserId(); $nickname = false; }
 
 // Prepare constants
 define('__BEG_UID'        , $uid);