From 95ccc209c68ffdc88c979617afcfda965d1571a4 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 12 Jan 2006 08:01:08 +0000 Subject: [PATCH] Some changes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2452 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_ldap.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/class_ldap.inc b/include/class_ldap.inc index da97d151d..c22730ab1 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -415,7 +415,6 @@ class LDAP{ /* Add this entry */ $this->modify($attr); - //echo $this->error; } }else{ @@ -446,7 +445,6 @@ class LDAP{ if(!count($a)){ $this->add($attr); } - //echo $this->error; if($this->error != "Success"){ /* Some error occured */ -- 2.30.2