summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2f5bdcd)
raw | patch | inline | side by side (parent: 2f5bdcd)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 9 May 2006 11:15:19 +0000 (11:15 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 9 May 2006 11:15:19 +0000 (11:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3231 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_workstationGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc
index cd714dea21497752554b28944c89ce00f7ec7890..9de46c9825fdba00b848790f41322c613ef94a6f 100644 (file)
show_ldap_error($ldap->get_error());
/* Optionally execute a command after we're done */
- $this->handle_post_events("remove", array("macAddress", $this->netConfigDNS->macAddress));
+ $this->handle_post_events("remove", array("macAddress" => $this->netConfigDNS->macAddress));
/* Delete references to object groups */
$ldap->cd ($this->config->current['BASE']);