summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 26f897e)
raw | patch | inline | side by side (parent: 26f897e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Jul 2006 04:26:23 +0000 (04:26 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Jul 2006 04:26:23 +0000 (04:26 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4019 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/connectivity/class_kolabAccount.inc | patch | blob | history |
diff --git a/plugins/personal/connectivity/class_kolabAccount.inc b/plugins/personal/connectivity/class_kolabAccount.inc
index 3c0056eb1cfaf0074770030260110a6e5e667878..abe802ab30f088ce2bdadc869d157f38d85db3a7 100644 (file)
$ldap->cd ($this->dn);
$ldap->modify($this->attrs);
- print_a($this->attrs);
-
$this->handle_post_events('remove');
show_ldap_error($ldap->get_error(), sprintf(_("Removing of user/kolab account with dn '%s' failed."),$this->dn));
}
$this->cleanup();
$ldap->modify ($this->attrs);
- print_a($this->attrs);
-
show_ldap_error($ldap->get_error(), sprintf(_("Saving of user/kolab account with dn '%s' failed."),$this->dn));
/* Optionally execute a command after we're done */