From: hickert Date: Fri, 20 May 2005 07:49:32 +0000 (+0000) Subject: Added bug X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3e2b3dbac76980adf22e0f5411dde657fe42c69d;p=gosa.git Added bug git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@268 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/TODO b/TODO index 4cbb6fca9..7da997ebe 100644 --- a/TODO +++ b/TODO @@ -11,6 +11,8 @@ Things to fix before 2.4: * Check PHP5 compliance of the error handler. It seems to break things... +* Group plugin looses base + Target for 2.5: =============== diff --git a/plugins/admin/systems/class_servDB.inc b/plugins/admin/systems/class_servDB.inc index 1df3e2251..254f90597 100644 --- a/plugins/admin/systems/class_servDB.inc +++ b/plugins/admin/systems/class_servDB.inc @@ -203,7 +203,6 @@ class servdb extends plugin /* Write to LDAP */ $ldap= $this->config->get_ldap_link(); $ldap->cd($this->dn); - // print_a($this->attrs); $ldap->modify($this->attrs); show_ldap_error($ldap->get_error());