mirror of
https://github.com/moodle/moodle.git
synced 2025-03-16 05:30:06 +01:00
Only call user_update_user when the relevant user data has changed, preventing unnecessary user_updated events. This also removes the line setting timemodified on the user since user_update_user already handles this.
ENROLMENT MODULES ----------------- (Yes, that's the correct English spelling ;-) ) All enrolment modules must extend base class enrol_plugin which is defined in lib/enrollib.php. You can find documentation of each method in the base class.