summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2874db2)
raw | patch | inline | side by side (parent: 2874db2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 5 Apr 2007 07:24:15 +0000 (07:24 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 5 Apr 2007 07:24:15 +0000 (07:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5989 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/mail/class_mailAccount.inc | patch | blob | history |
diff --git a/plugins/personal/mail/class_mailAccount.inc b/plugins/personal/mail/class_mailAccount.inc
index 77e85bd1e6f6f449f4dca2d99104ed656b938896..015f7e7b21f1026772034404424ef3f3b90eecc8 100644 (file)
$ldap->cd($this->dn);
$this->cleanup();
- print_a($this->attrs);
- exit();
-
$ldap->modify ($this->attrs);
show_ldap_error($ldap->get_error(), sprintf(_("Removing of user/mail account with dn '%s' failed."),$this->dn));