X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-welcome.php;h=007d56bd90ff53378c6eb6b92e886b132b2ed168;hb=a846d847b39b17912f5255eb448402707a328682;hp=1737ea753ffa3e8332079e0f92f4f10d133cb11e;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/modules/member/what-welcome.php b/inc/modules/member/what-welcome.php index 1737ea753f..007d56bd90 100644 --- a/inc/modules/member/what-welcome.php +++ b/inc/modules/member/what-welcome.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -49,7 +50,7 @@ addMenuDescription('member', basename(__FILE__)); // Export data for template $content = array( 'last_online' => generateDateTime($GLOBALS['last_online']['online']), - 'last_module' => getModuleDescription('member', $GLOBALS['last_online']['module']) + 'last_module' => getTitleFromMenu('member', $GLOBALS['last_online']['module']) ); // Load header template