From: hickert Date: Wed, 26 Apr 2006 12:07:37 +0000 (+0000) Subject: added attributes to ls command X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=79a634414ebeceffa2f897ca81b9c81d8e2c261e;p=gosa.git added attributes to ls command git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3118 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions.inc b/include/functions.inc index 98b739af9..d93aa8909 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -508,7 +508,7 @@ function get_list($filter, $subtreeACL, $base= "", $attributes= array(), $flags= if ($flags & GL_SUBSEARCH) { $ldap->search ($filter, $attributes); } else { - $ldap->ls ($filter); + $ldap->ls ($filter,$base,$attributes); } /* Check for size limit exceeded messages for GUI feedback */