mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-26644 course: Remove useless setting completionstartonenrol
This commit removes any trace of the setting 'Completion tracking begins on enrolment' as it does not appear to do anything.
This commit is contained in:
parent
373a8e052c
commit
8819a83601
8 changed files with 18 additions and 40 deletions
|
@ -398,7 +398,6 @@ function process_group_tag($tagcontents) {
|
|||
$course->groupmode = $courseconfig->groupmode;
|
||||
$course->groupmodeforce = $courseconfig->groupmodeforce;
|
||||
$course->enablecompletion = $courseconfig->enablecompletion;
|
||||
$course->completionstartonenrol = $courseconfig->completionstartonenrol;
|
||||
// Insert default names for teachers/students, from the current language
|
||||
|
||||
// Handle course categorisation (taken from the group.org.orgunit field if present)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue