mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
571906e3f7
Before the fix, the startdates and duration fields were integrated to HTML code only when the user clicked on the collapsible region to see them. It was wrong because their values were not sent by the form if ever the user didn't expand this Enrolment options region.
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.