summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dadf84d)
raw | patch | inline | side by side (parent: dadf84d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Aug 2007 12:37:45 +0000 (12:37 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Aug 2007 12:37:45 +0000 (12:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7038 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_dhcpHost.inc | patch | blob | history |
index 77fdfdb6ca48488059aeeec04ccfa2b6541bd538..36d833176cbae363b5a7a4d32d78062c47b78806 100644 (file)
/* Load attributes */
if (!$this->new){
- $this->dhcpHWaddress= $attrs['dhcpHWAddress'][0];
+ $this->dhcpHWAddress= $attrs['dhcpHWAddress'][0];
}
$this->advanced->setAutoOptions(array("host-name"));