"fixed not found first entry of result-set"

This commit is contained in:
Ralf Becker 2008-03-13 19:12:14 +00:00
parent 1d5979bb1e
commit 14bc5239b7

View File

@ -699,7 +699,7 @@ class accounts_ldap
$fullSet = array();
foreach (ldap_get_entries($this->ds, $sri) as $key => $entry)
{
if ($key != 'count') $fullSet[$entry['uid'][0]] = $entry[$order][0];
if ($key !== 'count') $fullSet[$entry['uid'][0]] = $entry[$order][0];
}
if (is_numeric($param['type'])) // return only group-members