mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MOODLE_311_STABLE' of git://github.com/cescobedo/moodle into MOODLE_311_STABLE
This commit is contained in:
commit
89f2984206
1 changed files with 0 additions and 1 deletions
|
@ -1240,7 +1240,6 @@ class auth_plugin_ldap extends auth_plugin_base {
|
||||||
$ldapvalue = '';
|
$ldapvalue = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$ldapvalue = $user_entry[$ldapkey][0];
|
|
||||||
if (!$ambiguous) {
|
if (!$ambiguous) {
|
||||||
// Skip update if the values already match
|
// Skip update if the values already match
|
||||||
if ($nuvalue !== $ldapvalue) {
|
if ($nuvalue !== $ldapvalue) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue