Code

Updated comments in heimdal plugin
[gosa.git] / include / sieve / class_sieveElement_Block_Start.inc
index fc924ce8fdd31cd0e3d920c53f4a6dd8f658a6e8..e001cdc58db89483950c8728124b1494442a5778 100644 (file)
@@ -26,7 +26,7 @@ class sieve_block_start
 
   function get_sieve_script_part()
   {
-    return("{\n");
+    return("{");
   } 
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: