From: hickert Date: Tue, 4 Jul 2006 04:26:23 +0000 (+0000) Subject: Removed print_a X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4bc771dc197799362fec0a944d00d0e8868ed87b;p=gosa.git Removed print_a git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4019 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/connectivity/class_kolabAccount.inc b/plugins/personal/connectivity/class_kolabAccount.inc index 3c0056eb1..abe802ab3 100644 --- a/plugins/personal/connectivity/class_kolabAccount.inc +++ b/plugins/personal/connectivity/class_kolabAccount.inc @@ -245,8 +245,6 @@ class kolabAccount extends plugin $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)); } @@ -358,8 +356,6 @@ class kolabAccount extends plugin $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 */