Code

Replaced in_array calls for gosa-plugins
[gosa.git] / gosa-plugins / goto / admin / systems / services / terminal / class_goTerminalServer.inc
index ffe3b2cb1f60d486146963a1a1aea137379199be..e001d6399f7c48ee9c5f758a42e6d6ad2747dd8e 100644 (file)
@@ -58,7 +58,7 @@ class goTerminalServer extends goService{
 
     $tmp = array();
     foreach($this->gotoSessionTypes as $type){
-      if(in_array($type,$this->gotoSessionType)){
+      if(in_array_strict($type,$this->gotoSessionType)){
         $tmp[$type] = TRUE;
       }else{
         $tmp[$type] = FALSE;