X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-config_email.php;h=23ac9fe670b2811891d12c9017006ae24e07032c;hb=08b54260db1cd082627a280df740441c7f929c24;hp=e87d58d23389b5edd469b79e1e0f5024485a07d0;hpb=d0ab0382dd73638f0bc13a1a3d6f117ec11a203e;p=mailer.git 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