Code

Backport from trunk
[gosa.git] / gosa-plugins / goto / addons / goto / class_goto_import_file.inc
index 5b0795a4856ed219918793e50bf45aef9cde8b30..8f1cd908564cb288775ce6054d36434031fe9c50 100644 (file)
@@ -142,7 +142,7 @@ class goto_import_file extends plugin
         $evts = $this->events;
         foreach($this->events as $id => $evt){
             foreach($evt as $key => $val){
-                if(in_array($key,$this->csv_fields)){
+                if(in_array_strict($key,$this->csv_fields)){
                     $evts[$id][$key] = "<span style=\"white-space: nowrap;\">".strip_tags($val)."</span>"; 
                 }
             }