Code

Removed print_a
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Jul 2006 04:26:23 +0000 (04:26 +0000)
committerhickert <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

index 3c0056eb1cfaf0074770030260110a6e5e667878..abe802ab30f088ce2bdadc869d157f38d85db3a7 100644 (file)
@@ -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 */