]> git.mjollnir.org Git - moodle.git/commit
MDL-4248 Fix error when updating user profiles and any of these fields is empty
authoriarenaza <iarenaza>
Sat, 31 May 2008 15:00:42 +0000 (15:00 +0000)
committeriarenaza <iarenaza>
Sat, 31 May 2008 15:00:42 +0000 (15:00 +0000)
commit15f80fd88704fb52abb820e2651c2eeaf1805df9
tree958debc3dc0f85ef445144d2e9262fe2a756f674
parent29f83769d14db7be009fee99127d15a7661a5336
MDL-4248 Fix error when updating user profiles and any of these fields is empty

According to http://es2.php.net/manual/en/function.ldap-modify.php#43216 we
need to specify an array() value to delete an attribute's value, instead of an
empty string.

Merged from MOODLE_18_STABLE
auth/ldap/auth.php