Code

Added "relational" to require element when :value :contains is used within address...
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Mar 2007 14:42:23 +0000 (14:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Mar 2007 14:42:23 +0000 (14:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5824 594d385d-05f5-0310-b6e9-bd551577e9d8

include/sieve/class_sieveElement_If.inc

index ef726c91a5c381245f21f2b20ea9cae84142e374..d20f30abf7c699d1b0efc8c46f1ce8545d4028c1 100644 (file)
@@ -429,6 +429,7 @@ class sieve_if
         }
         $data[$type]=$values;
 
+        $this->parent->add_require("relational");
         if($type == "envelope"){
           $this->parent->add_require("envelope");
         }