X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_email.php;h=23ac9fe670b2811891d12c9017006ae24e07032c;hp=e87d58d23389b5edd469b79e1e0f5024485a07d0;hb=5dfaf0ed80b30f53574a8866858d3e7cf05ce325;hpb=549e4844a9961711f93f18320fdbe08afa23d22f diff --git a/inc/modules/admin/what-config_email.php b/inc/modules/admin/what-config_email.php index e87d58d233..23ac9fe670 100644 --- a/inc/modules/admin/what-config_email.php +++ b/inc/modules/admin/what-config_email.php @@ -51,7 +51,7 @@ if (isset($_POST['add_max'])) { // Add this value (including comment) $result = SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_max_receive (value, comment) VALUES ('%s', '%s')", - array(bigintval($_POST['max']), stripslashes($_POST['comment'])),__FILE__, __LINE__); + array(bigintval($_POST['max']), $_POST['comment']),__FILE__, __LINE__); $content = "".MAX_VALUE_SAVED.""; } else