]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-welcome.php
RevBomb patch applied (thanks to profi-concept)
[mailer.git] / inc / modules / member / what-welcome.php
index 127da07de613e2d966840053129b01f4de707094..9b9fdccedfdc291fdde9a1ca96ea3bd4cf0e0ae7 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Willkommen zum Login-Bereich!                    *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $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                  *
@@ -43,14 +48,14 @@ if (!defined('__SECURITY')) {
 ADD_DESCR ("member", basename(__FILE__));
 
 // Export data for template
-define('_LAST_ONLINE_VALUE', MAKE_DATETIME($LAST['online']));
-define('_LAST_MODULE_VALUE', GET_MOD_DESCR("member", $LAST['module']));
+define('_LAST_ONLINE_VALUE', MAKE_DATETIME($GLOBALS['last']['online']));
+define('_LAST_MODULE_VALUE', GET_MOD_DESCR("member", $GLOBALS['last']['module']));
 
 // Load header template
 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",
+$result = SQL_QUERY_ESC("SELECT userid FROM `{!_MYSQL_PREFIX!}_user_data` WHERE notified='Y' AND userid=%s LIMIT 1",
        array($GLOBALS['userid']), __FILE__, __LINE__);
 
 if ((SQL_NUMROWS($result) == 1) && (EXT_IS_ACTIVE("profile"))) {