From: hickert Date: Thu, 5 Nov 2009 07:01:32 +0000 (+0000) Subject: Removed debug stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7e261a67138adbcb880a1b42280f91a0c0bcd829;p=gosa.git Removed debug stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14749 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_ldap.inc b/gosa-core/include/class_ldap.inc index bf5385e01..e888b8381 100644 --- a/gosa-core/include/class_ldap.inc +++ b/gosa-core/include/class_ldap.inc @@ -587,8 +587,6 @@ class LDAP{ return (0); } if($this->hascon){ - - $attrs['objectClass'][0] = "Herb ert"; if ($this->reconnect) $this->connect(); $r = @ldap_modify($this->cid, LDAP::fix($this->basedn), $attrs); $this->error = @ldap_error($this->cid);