summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0a0200b)
raw | patch | inline | side by side (parent: 0a0200b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 Jun 2009 06:03:27 +0000 (06:03 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 Jun 2009 06:03:27 +0000 (06:03 +0000) |
-Netmask cannot be saved.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13810 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13810 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNetwork.inc | patch | blob | history |
diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNetwork.inc b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNetwork.inc
index a19cb1d26118c0f47803e980c48946d65836d077..a1980bf15c76c7db1f497207626a0bd0d01bcad8 100644 (file)
/* Netmask / Broadcast */
if ($this->options->exists('subnet-mask')){
- $this->options->removeAll('subnet-mask');
$this->options->set('subnet-mask',normalize_netmask($this->options->get('subnet-mask')));
}
$smarty->assign("subnet_mask", $this->options->get('subnet-mask'));