summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 581654a)
raw | patch | inline | side by side (parent: 581654a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 22 Jul 2008 13:41:32 +0000 (13:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 22 Jul 2008 13:41:32 +0000 (13:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11752 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpPool.inc | patch | blob | history | |
gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpService.inc | patch | blob | history |
diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpPool.inc b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpPool.inc
index 63c039b145366f5561b98def466cee255084ca97..067b07c0b70f2d718f3b36c62b239714d8c82ed0 100644 (file)
/* attribute list for save action */
var $objectclasses= array('top', 'dhcpPool');
- function dhcpPool($attrs)
+ function dhcpPool($parent,$attrs)
{
- dhcpPlugin::dhcpPlugin($attrs);
+ dhcpPlugin::dhcpPlugin($parent,$attrs);
/* Load attributes */
if (!$this->new){
diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpService.inc b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpService.inc
index fd42f20060f10d2ee5d68d0cd8fea27bfe3a9339..c5064164925df4ff818b314d5638752adbd089e1 100644 (file)
var $objectclasses= array('top', 'dhcpService');
- function dhcpService($attrs)
+ function dhcpService($parent,$attrs)
{
- dhcpPlugin::dhcpPlugin($attrs);
+ dhcpPlugin::dhcpPlugin($parent,$attrs);
/* Load statements / options */
if (!$this->new){