X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-html_mail.php;h=3b9cb6fe3d00ea9d9247c9b4eed7169e3e85281b;hp=37db5aaa92299471e2c10903d109938f22850882;hb=04b69ac9f33369cbf654396c4a42cb1fff710ff4;hpb=57227d33e870ec5cd271209c4a978a52b45c2dd6 diff --git a/inc/modules/member/what-html_mail.php b/inc/modules/member/what-html_mail.php index 37db5aaa92..3b9cb6fe3d 100644 --- a/inc/modules/member/what-html_mail.php +++ b/inc/modules/member/what-html_mail.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 * @@ -56,7 +57,7 @@ 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, getMessage('MEMBER_SETTINGS_SAVED')); + loadTemplate('admin_settings_saved', false, '{--MEMBER_SETTINGS_SAVED--}'); } else { // Prepare it $content['html_y'] = '';