Code

Removed unused attribute
[gosa.git] / plugins / admin / systems / class_workstationGeneric.inc
index cf9c8b9d25ac26ee51719b540bf142aff3472b7e..1a82a1ae0eed1a97b969a3fbce78eb4ef2fdbc8b 100644 (file)
@@ -141,7 +141,8 @@ class workgeneric extends plugin
     $smarty= get_smarty();
     $smarty->assign("cn", $this->cn);
     $smarty->assign("bases", $this->config->idepartments);
-
+    $smarty->assign("staticAddress", "");
+        
     /* Check if workstation is online */
     $query= "fping -q -r 1 -t 500 ".$this->cn;
     exec ($query, $dummy, $retval);