]> git.mjollnir.org Git - moodle.git/commit
auth/db/lib (bugfix) only update mdl fields during login if 'onlogin' set
authormartinlanghoff <martinlanghoff>
Thu, 28 Sep 2006 01:05:10 +0000 (01:05 +0000)
committermartinlanghoff <martinlanghoff>
Thu, 28 Sep 2006 01:05:10 +0000 (01:05 +0000)
commit13e8d6e46faa40c6eb2e54d0b6c211bcc3a52c46
treeae7794be95d44a50428159dd7b455e907b7c9b0e
parent897e0712e8b3a1ac6564a1b0be988e77e8d50be9
auth/db/lib (bugfix) only update mdl fields during login if 'onlogin' set
Previous operation was update all moodle fields from the external database
during each login & sync ignoring this setting. Now if this setting is
'oncreation' then the field is only copied once (on creation of user).
auth/db/lib.php