Code

Fixed terminal service page
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Jul 2010 12:18:26 +0000 (12:18 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Jul 2010 12:18:26 +0000 (12:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19107 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_terminalService.inc

index c85802900cd3550cdfec0c9d68f21fde60ba28cc..caecab819f0041a75de66e1dcc36d41570960043 100644 (file)
@@ -432,7 +432,7 @@ class termservice extends plugin
             $hl.= "  <option $color label=\"$cn\" value=\"$cn\" $selected>$description</option>\n";
         }
         $hl.= "</select>\n";
-        $smarty->assign ("hardware_list", set_post($hl));
+        $smarty->assign ("hardware_list", $hl);
         $smarty->assign ("gotoXMonitor", set_post($this->gotoXMonitor));
 
         $smarty->assign("AutoSyncACL",$this->getacl("AutoSync"));