Code

Reverted to original _select. Seems to be a bug in the goto setup scripts...
[gosa.git] / plugins / admin / systems / class_workstationGeneric.inc
index 34b68b39e985243e14cc61af7d67dc6a27ff6840..f40e25befba7010e8482f129879f34d6b35e1532 100644 (file)
@@ -136,7 +136,6 @@ class workgeneric extends plugin
 
     /* Variables */
     foreach(array("base", "gotoMode", "gotoSyslogServer", "gotoNtpServer") as $val){
-
       $smarty->assign($val."_select", $this->$val);
       $smarty->assign($val."ACL", chkacl($this->acl, $val));
     }