Code

updated templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Mar 2010 14:00:43 +0000 (14:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Mar 2010 14:00:43 +0000 (14:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16915 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_servGeneric.inc

index 5ff6b3d65a72d10ce5fddf660b263e1388d88dd4..5f5176995af95de4883b71c44f83b37461596a47 100644 (file)
@@ -199,8 +199,6 @@ class servgeneric extends plugin
       $smarty->assign("$attr", $this->$attr);
     }
 
-    $smarty->assign("staticAddress", "");
-
     /* Assign status */
     if (gosaSupportDaemon::ping($this->netConfigDNS->macAddress)){
       $smarty->assign("actions", array("halt" => _("Switch off"), "reboot" => _("Reboot"),