Code

Backport from trunk
[gosa.git] / gosa-plugins / goto / admin / systems / goto / class_gotoLpdEnabled.inc
index f0d9fb3c6ec50f9526ce725460e8114bb995c8b5..4c5ee7ce6213362df8e54e025e3551c13d56de37 100644 (file)
@@ -228,7 +228,7 @@ class gotoLpdEnable extends plugin
         foreach($this->data as $entry){
             $str = "";
             foreach($attrs as $attr){
-                if(in_array($attr,$serial_only) && $entry['s_Type'] != "Serial"){
+                if(in_array_strict($attr,$serial_only) && $entry['s_Type'] != "Serial"){
                     $str .= ":";
                 }else{
                     $str .= $entry[$attr].":";