Code

Updated class location table.
[gosa.git] / include / sieve / class_sieveElement_Block_End.inc
index 403585f8923663c668feee150d13e7bba6ea0ac4..3bd0b0436ff8a0db311e8cab19007c4ef35710d4 100644 (file)
@@ -2,6 +2,13 @@
 
 class sieve_block_end 
 {
+  var $object_id= -1;
+  
+  function sieve_block_end($data = NULL,$object_id)
+  {
+    $this->object_id = $object_id;
+  }
+
   function execute()
   {
     $smarty = get_smarty();
@@ -14,7 +21,7 @@ class sieve_block_end
 
   function get_sieve_script_part()
   {
-    return("}\n");
+    return("}");
   } 
   function save_object()
   {