]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-welcome.php
More XHTML-fied and extended header added to templates
[mailer.git] / inc / modules / member / what-welcome.php
index 9b9fdccedfdc291fdde9a1ca96ea3bd4cf0e0ae7..8740635712c1823b3c55f3825a5bcca5b0dec640 100644 (file)
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Willkommen zum Login-Bereich!                    *
  * -------------------------------------------------------------------- *
  * $Revision:: 856                                                    $ *
- * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009)             $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author:: stelzi                                                   $ *
  * Needs to be in all Files and every File needs "svn propset           *
@@ -56,7 +56,7 @@ LOAD_TEMPLATE("member_welcome_header");
 
 // Chedk if he is returning from a profile update notification
 $result = SQL_QUERY_ESC("SELECT userid FROM `{!_MYSQL_PREFIX!}_user_data` WHERE notified='Y' AND userid=%s LIMIT 1",
-       array($GLOBALS['userid']), __FILE__, __LINE__);
+       array(getUserId()), __FILE__, __LINE__);
 
 if ((SQL_NUMROWS($result) == 1) && (EXT_IS_ACTIVE("profile"))) {
        // Yes, he is so let's place him his wanted buttons