summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 99705a7)
raw | patch | inline | side by side (parent: 99705a7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Mar 2010 14:01:00 +0000 (14:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Mar 2010 14:01:00 +0000 (14:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16922 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc
index 47369ae9aa3acf7d19584c3a9aaff3c1ddbaa2b7..dbda55d9198bef61bbbfb8ac7dfcb99d744d9222 100644 (file)
$smarty->assign("cn", $this->cn);
$smarty->assign("description", $this->description);
$smarty->assign("l", $this->l);
- $smarty->assign("staticAddress", "");
$tmp = array();
foreach($this->gotoNtpServers as $server){