Code

Heimdal stuff not needed. It's too insecure to read m-keys by php.
[gosa.git] / include / sieve / class_sieveElement_Vacation.inc
index 0f6a7c6d31efa1f6a080c016195b9adab56a5230..43c7546377215877efee4065959c00d61d3a8980 100644 (file)
@@ -27,7 +27,7 @@ class sieve_vacation
     $known_attrs = array(":days",":subject",":from",":mime",":handle");
 
     /* skip if empty */
-    if(($data == NULL) || !is_array($data)) return;
+    if(($data === NULL) || !is_array($data)) return;
 
     /* Walk through elements */
     $p= count($data['ELEMENTS']);