Code

Added bug
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 07:49:32 +0000 (07:49 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 07:49:32 +0000 (07:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@268 594d385d-05f5-0310-b6e9-bd551577e9d8

TODO
plugins/admin/systems/class_servDB.inc

diff --git a/TODO b/TODO
index 4cbb6fca986acdf7ccab8f16c306bc715e67bff6..7da997ebe91b9a1845cc3a52a89e67e61ee7afe0 100644 (file)
--- 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:
 ===============
index 1df3e2251d610642e9a2c44e02ec25e155238f1e..254f905972ed0fc33c160b9899c29da1e4373487 100644 (file)
@@ -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());