X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-beg.php;h=624d1483d4ca1f1afca182cb3eefba33cad5545b;hb=55ef477f5ce5833c6b10321ad5334a6b781552c6;hp=940e272d4ae1181e0442f9109d032b8a4d554108;hpb=90804500207adbf5ee765d0da74e7124665ec8a0;p=mailer.git diff --git a/inc/modules/member/what-beg.php b/inc/modules/member/what-beg.php index 940e272d4a..624d1483d4 100644 --- a/inc/modules/member/what-beg.php +++ b/inc/modules/member/what-beg.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 * @@ -52,6 +53,7 @@ if ((!isExtensionActive('beg')) && (!isAdmin())) { } // END - if // Prepare constants +// @TODO Can't this be moved into EL? if ((isExtensionActive('nickname')) && (getUserData('nickname') != '')) { // Get nickname $content['userid'] = getUserData('nickname');