Code

Updated table summary
[gosa.git] / gosa-plugins / mail / personal / mail / sieve / class_My_Tree.inc
index b1b061e39a95a707d5c508b9a39f55e2fa9bb9e5..0f18cecc74f9638480f0f31b6466f6ed4ae3085e 100644 (file)
@@ -601,7 +601,7 @@ class My_Tree extends Tree
         }
         $tmp2 = $part->get_sieve_script_part();
 
-        $tmp3 = split("\n",$tmp2);
+        $tmp3 = preg_split("/\n/",$tmp2);
         foreach($tmp3 as $str){
           $str2 = trim($str);