Code

Fixed some errors
[gosa.git] / include / sieve / class_sieveElement_Block_End.inc
index 403585f8923663c668feee150d13e7bba6ea0ac4..8f5739f1c187f86937b3f83980e589d3942d61c9 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();