Code

Removed debug tag
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Dec 2007 09:55:52 +0000 (09:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Dec 2007 09:55:52 +0000 (09:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8068 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/generic/class_user.inc

index fcbb57d114d00e5b456e981709cd2d3e10ae91d9..16198fe7b33b891b5b334bfd7c82b63098a11fd3 100644 (file)
@@ -983,7 +983,6 @@ class user extends plugin
     }
 
     $ldap->cd ($this->dn);
-    print_a(array("asdf"=>$this->attrs));
     $ldap->$mode ($this->attrs);
     if (show_ldap_error($ldap->get_error(), sprintf(_("Saving of user/generic account with dn '%s' failed."),$this->dn))){
       return (1);