summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 64bc2df)
raw | patch | inline | side by side (parent: 64bc2df)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 08:38:08 +0000 (08:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 08:38:08 +0000 (08:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15876 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc b/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc
index 6977ca77caed2ee0f810dbca370f8bb050413c97..9f46b396c89cd18c66c7e455010b54e53a443295 100644 (file)
}
/* Optionally execute a command after we're done */
- $this->postremove(array("uid" => $this->uid));
+ $this->handle_post_events('remove');
/* Finally remove data from postgresql server */
foreach ($sqldeluser as $sqls){
msg_dialog::display(_("LDAP error"), msgPool::ldaperror($ldap->get_error(), $this->dn, 0, get_class()));
}
- /* Optionally execute a command after we're done */
- $this->postcreate(array("uid" => $this->uid));
+ // Optionally execute a command after we're done
+ $this->handle_post_events('add');
if($needupdate){
$ldap->create_missing_trees("ou=addr,".$this->dn);