stripslashes() removed from obsolete places
[mailer.git] / inc / modules / admin / what-config_email.php
index e87d58d23389b5edd469b79e1e0f5024485a07d0..23ac9fe670b2811891d12c9017006ae24e07032c 100644 (file)
@@ -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 = "<SPAN class=\"admin_done\">".MAX_VALUE_SAVED."</SPAN>";
        }
         else