stripslashes() removed from obsolete places
[mailer.git] / inc / modules / admin / what-send_newsletter.php
index 8f85d134b969370c01cc3657a70d0d026bdb4896..9a4377833fc953976f36a94e5fdb466153539182 100644 (file)
@@ -65,7 +65,7 @@ if (isset($_POST['ok']))
                        }
 
                        // Compile message
-                       $_POST['text'] = stripslashes(COMPILE_CODE($_POST['text']));
+                       $_POST['text'] = COMPILE_CODE($_POST['text']);
 
                        // Load template
                        $msg = LOAD_EMAIL_TEMPLATE($template, $_POST['text'], $id);