From 7e261a67138adbcb880a1b42280f91a0c0bcd829 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 5 Nov 2009 07:01:32 +0000 Subject: [PATCH] Removed debug stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14749 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_ldap.inc | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.30.2