mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-47556' of git://github.com/timhunt/moodle
This commit is contained in:
commit
15ba6a0ded
@ -217,7 +217,7 @@ if ($ADMIN->fulltree) {
|
||||
300 => get_string('numminutes', 'moodle', 5),
|
||||
);
|
||||
$quizsettings->add(new admin_setting_configselect('quiz/autosaveperiod',
|
||||
get_string('autosaveperiod', 'quiz'), get_string('autosaveperiod_desc', 'quiz'), 0, $options));
|
||||
get_string('autosaveperiod', 'quiz'), get_string('autosaveperiod_desc', 'quiz'), 120, $options));
|
||||
}
|
||||
|
||||
// Now, depending on whether any reports have their own settings page, add
|
||||
|
Loading…
x
Reference in New Issue
Block a user