X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fclass_ldap.inc;h=1a991f1b6e122ba7466593abe2bd1ec1336cda9a;hb=ec31213715f17cad47d051582e1f73ea1feb85fe;hp=f888d84448df0e784076bc619191821e800e62b2;hpb=2c62fc905bdd29d54ff520f99c02dd47b535a30a;p=gosa.git diff --git a/gosa-core/include/class_ldap.inc b/gosa-core/include/class_ldap.inc index f888d8444..1a991f1b6 100644 --- a/gosa-core/include/class_ldap.inc +++ b/gosa-core/include/class_ldap.inc @@ -866,7 +866,6 @@ class LDAP{ $cmd = "ldapsearch -x -LLLL '{$filter}' {$limit} {$scope} -H '{$host}' -b '{$dn}' $attrs"; exec($cmd, $ret,$code); $res = implode($ret,"\n"); - print_a(array($res,$cmd, $ret,$code)); return($res); }