summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ba73597)
raw | patch | inline | side by side (parent: ba73597)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 May 2007 12:48:49 +0000 (12:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 May 2007 12:48:49 +0000 (12:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6386 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_workstationService.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationService.inc b/plugins/admin/systems/class_workstationService.inc
index 190962c4a561e7ea35f905b6b42f454b606993b9..1eed7b90681e43171b52786b2e915a6f5300652d 100644 (file)
function remove_from_parent()
{
$this->handle_post_events("remove");
- @log::log("remove","workstation/".get_class($this),$this->dn,array_keys($this->attrs),$ldap->get_error());
+ @log::log("remove","workstation/".get_class($this),$this->dn);
}
/* Save data to object */