mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
1- If dailysettlement is 00:05 and cron executes at this time, nothing will occur. If it is executes at 00:10 it works. I think "<" works faster then "<=" :)) 2- Don't compare course->ids by authorize->courseid, because courses are grouped by courseid. We sure each line is unique. 3- Only get pendingorderexpiring strings for sending email if course teachers exist. Merged from 16stable.
ENROLMENT MODULES ----------------- (Yes, that's the correct English spelling ;-) ) enrol.class.php contains the base class and explains all the possible functions that an enrolment module can have. Each plugin is in a subfolder here and extends the base class as necessary. Martin Dougiamas and Shane Elliott, Moodle.com