]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-html_mail.php
This should display the data?
[mailer.git] / inc / modules / member / what-html_mail.php
index bf9e6daa5220b0f1132372ef8a82c1a87532dd13..9c963f71358a70d4921e949d4f31fcadf0f9f1a9 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 addYouAreHereLink('member', __FILE__);
 
 if ((!isExtensionActive('html_mail')) && (!isAdmin())) {
-       loadTemplate('admin_settings_saved', false, generateExtensionInactiveNotInstalledMessage('html_mail'));
+       displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=html_mail%}');
        return;
 } // END - if
 
@@ -54,8 +54,8 @@ if ((!isExtensionActive('html_mail')) && (!isAdmin())) {
 if (isFormSent()) {
        // Save settings
        SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `html`='%s' WHERE `userid`=%s LIMIT 1",
-               array(postRequestParameter('html'), getMemberId()), __FILE__, __LINE__);
-       loadTemplate('admin_settings_saved', false, '{--MEMBER_SETTINGS_SAVED--}');
+               array(postRequestElement('html'), getMemberId()), __FILE__, __LINE__);
+       displayMessage('{--MEMBER_SETTINGS_SAVED--}');
 } else {
        // Prepare it
        $content['html_y'] = '';