mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
course completion: MDL-22797 Review course completion compatibility with new enrol internals
Also fixes MDL-23595
This commit is contained in:
parent
fbc133e5ad
commit
93b496b289
@ -78,7 +78,7 @@ function completion_cron_mark_started() {
|
||||
u.id AS userid,
|
||||
crc.id AS completionid,
|
||||
ue.timestart,
|
||||
ue.timecreated
|
||||
ue.timecreated AS timeenrolled
|
||||
FROM
|
||||
{user} u
|
||||
INNER JOIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user