mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
LOnger caching options
This commit is contained in:
parent
380e47f50b
commit
6b6435db47
@ -89,6 +89,9 @@
|
||||
<td>
|
||||
<?php
|
||||
unset($options);
|
||||
$options[604800] = get_string('numdays', '', 7);
|
||||
$options[86400] = get_string('numdays', '', 1);
|
||||
$options[43200] = get_string('numhours', '', 12);
|
||||
$options[10800] = get_string('numhours', '', 3);
|
||||
$options[7200] = get_string('numhours', '', 2);
|
||||
$options[3600] = get_string('numhours', '', 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user