]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-html_mail.php
Rewrote many parts:
[mailer.git] / inc / modules / member / what-html_mail.php
index 6d6327ecd88a0162657b84ac25232cc4c60b75b0..0f0b21de63cafcf274442142e7b9afbb61b0d531 100644 (file)
@@ -54,7 +54,11 @@ if ((!isExtensionActive('html_mail')) && (!isAdmin())) {
 if (isFormSent()) {
        // Save settings
        sqlQueryEscaped("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `html`='%s' WHERE `userid`=%s LIMIT 1",
-               array(postRequestElement('html'), getMemberId()), __FILE__, __LINE__);
+               array(
+                       postRequestElement('html'),
+                       getMemberId()
+               ), __FILE__, __LINE__
+       );
        displayMessage('{--MEMBER_SETTINGS_SAVED--}');
 } else {
        // Prepare it