Code

goFonQueueStrategy will be saved in correct format now
[gosa.git] / plugins / admin / systems / class_terminalService.inc
index 45fe6603e86c968ad8a5623f4fc2eca42154dfc3..d04d110a099f8f33985d83ceff19a795f1d8044d 100644 (file)
@@ -31,6 +31,7 @@ class termservice extends plugin
   var $goFonHardware= "automatic";
 
   /* Needed values and lists */
+  var $ignore_account= TRUE;
   var $base= "";
   var $cn= "";
   var $orig_dn= "";
@@ -165,6 +166,7 @@ class termservice extends plugin
       $smarty->assign($val, $this->$val);
       $smarty->assign($val."ACL", chkacl($this->acl, $val));
     }
+    $smarty->assign("staticAddress", "");
 
     /* Checkboxes */
     foreach(array("gotoLpdEnable", "gotoScannerEnable") as $val){