mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Reset the $row array each time through.
This commit is contained in:
parent
526d4dce6f
commit
e02514cd46
@ -135,7 +135,7 @@ class ldapDrivers
|
||||
join(', ', $attributes),
|
||||
$baseDNUsers);
|
||||
}
|
||||
|
||||
$row = array();
|
||||
for($i = ldap_first_entry($this->connect,$entry);
|
||||
$i && $arr = ldap_get_attributes($this->connect,$i);
|
||||
$i = ldap_next_entry($this->connect,$i) ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user