]> 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 745076d1a8d4ad2b74857e2e0587b101a35bef16..581ab6155a6f38403427b8cc31a38c0996dc3dbd 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Bettel-Link                                      *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
- * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: stelzi                                                   $ *
+ * $Author::                                                          $ *
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
@@ -50,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
@@ -72,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);