X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-html_mail.php;h=6d6327ecd88a0162657b84ac25232cc4c60b75b0;hb=155492a5b96cec674846973a8524238b0365a848;hp=56bf6ae3500e7e2c3b8c62b36bc90276767b5ac2;hpb=da5c63bacddced77a951cbe7b223f314885a6c87;p=mailer.git diff --git a/inc/modules/member/what-html_mail.php b/inc/modules/member/what-html_mail.php index 56bf6ae350..6d6327ecd8 100644 --- a/inc/modules/member/what-html_mail.php +++ b/inc/modules/member/what-html_mail.php @@ -53,7 +53,7 @@ if ((!isExtensionActive('html_mail')) && (!isAdmin())) { // Class was found and loaded if (isFormSent()) { // Save settings - SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `html`='%s' WHERE `userid`=%s LIMIT 1", + sqlQueryEscaped("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `html`='%s' WHERE `userid`=%s LIMIT 1", array(postRequestElement('html'), getMemberId()), __FILE__, __LINE__); displayMessage('{--MEMBER_SETTINGS_SAVED--}'); } else {