Code

Fixed layout, a little bit
[gosa.git] / include / sieve / class_sieveElement_Comment.inc
index 0b718b80489b401cf5b21ae011f1e88c6cdb5990..bad1dce113a80a9b8715f3cf13b6046070aa5f2e 100644 (file)
@@ -32,7 +32,7 @@ class sieve_comment
   function save_object()
   {
     if(isset($_POST['comment_'.$this->object_id])){
-      $cm = $_POST['comment_'.$this->object_id];
+      $cm = stripslashes( $_POST['comment_'.$this->object_id]);
       $this->data = "/*".$cm."*/";
     }
   }