Code

Updated class location table.
[gosa.git] / include / sieve / class_sieveElement_Require.inc
index 9ef9e2985849b2d1e92bcba2759a707bca0ceeaa..a9b68903439c090bafe1459c80d575df01d269b3 100644 (file)
@@ -11,7 +11,7 @@ class sieve_require
   {
     $this->parent = $parent;
     $this->object_id = $object_id;
-    if($data != NULL){
+    if($data !== NULL){
 
       for($i = 0 ; $i < count($data['ELEMENTS']) ; $i++){
         $tmp = sieve_get_strings($data['ELEMENTS'],$i);