]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-beg.php
New wrapper introduced, more usage of EL:
[mailer.git] / inc / modules / member / what-beg.php
index 940e272d4ae1181e0442f9109d032b8a4d554108..624d1483d4ca1f1afca182cb3eefba33cad5545b 100644 (file)
@@ -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');