mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-48255-master' of git://github.com/lameze/moodle
This commit is contained in:
commit
6054036fbc
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ class auth_plugin_ldap extends auth_plugin_base {
|
||||||
} while ($entry = ldap_next_entry($ldapconnection, $entry));
|
} while ($entry = ldap_next_entry($ldapconnection, $entry));
|
||||||
}
|
}
|
||||||
unset($ldap_result); // Free mem.
|
unset($ldap_result); // Free mem.
|
||||||
} while ($ldap_pagedresults && !empty($ldap_cookie));
|
} while ($ldap_pagedresults && $ldap_cookie !== null && $ldap_cookie != '');
|
||||||
}
|
}
|
||||||
|
|
||||||
// If LDAP paged results were used, the current connection must be completely
|
// If LDAP paged results were used, the current connection must be completely
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue