mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Allow 1-minute delay (mostly good for testing)
This commit is contained in:
parent
93e0f85d6c
commit
20aa2257dc
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
||||||
$options[1800] = get_string("numminutes", "", 30);
|
$options[1800] = get_string("numminutes", "", 30);
|
||||||
$options[900] = get_string("numminutes", "", 15);
|
$options[900] = get_string("numminutes", "", 15);
|
||||||
$options[300] = get_string("numminutes", "", 5);
|
$options[300] = get_string("numminutes", "", 5);
|
||||||
|
$options[60] = get_string("numminutes", "", 1);
|
||||||
|
|
||||||
choose_from_menu ($options, "maxeditingtime", $config->maxeditingtime, "", "", "");
|
choose_from_menu ($options, "maxeditingtime", $config->maxeditingtime, "", "", "");
|
||||||
unset($options);
|
unset($options);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue