MDL-36119 - fix trailing whitespace
This commit is contained in:
+1
-1
@@ -689,7 +689,7 @@ class auth_plugin_ldap extends auth_plugin_base {
|
||||
} while ($ldap_pagedresults && !empty($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
|
||||
// closed and a new one created, to work without paged results from here on.
|
||||
if ($ldap_pagedresults) {
|
||||
$this->ldap_close(true);
|
||||
|
||||
+2
-2
@@ -379,7 +379,7 @@ class enrol_ldap_plugin extends enrol_plugin {
|
||||
unset($records);
|
||||
} while ($ldap_pagedresults && !empty($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
|
||||
// closed and a new one created, to work without paged results from here on.
|
||||
if ($ldap_pagedresults) {
|
||||
$this->ldap_close(true);
|
||||
@@ -766,7 +766,7 @@ class enrol_ldap_plugin extends enrol_plugin {
|
||||
unset($records);
|
||||
} while ($ldap_pagedresults && !empty($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
|
||||
// closed and a new one created, to work without paged results from here on.
|
||||
if ($ldap_pagedresults) {
|
||||
$this->ldap_close(true);
|
||||
|
||||
+1
-1
@@ -372,7 +372,7 @@ function ldap_stripslashes($text) {
|
||||
|
||||
|
||||
/**
|
||||
* Check if PHP supports LDAP paged results and we can use them (we have to use LDAP
|
||||
* Check if PHP supports LDAP paged results and we can use them (we have to use LDAP
|
||||
* version 3, otherwise the server doesn't use them).
|
||||
*
|
||||
* @param ldapversion integer The LDAP protocol version we use.
|
||||
|
||||
Reference in New Issue
Block a user