mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-21 01:54:23 +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),
|
join(', ', $attributes),
|
||||||
$baseDNUsers);
|
$baseDNUsers);
|
||||||
}
|
}
|
||||||
|
$row = array();
|
||||||
for($i = ldap_first_entry($this->connect,$entry);
|
for($i = ldap_first_entry($this->connect,$entry);
|
||||||
$i && $arr = ldap_get_attributes($this->connect,$i);
|
$i && $arr = ldap_get_attributes($this->connect,$i);
|
||||||
$i = ldap_next_entry($this->connect,$i) ) {
|
$i = ldap_next_entry($this->connect,$i) ) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user