mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
Fixed 0 days -> ALways Open
This commit is contained in:
parent
3f4deb2b86
commit
ec5472d974
@ -17,7 +17,8 @@
|
||||
<TD>
|
||||
<?
|
||||
$options = array();
|
||||
for ($i=0;$i<=13;$i++) {
|
||||
$options[0] = "Always open";
|
||||
for ($i=1;$i<=13;$i++) {
|
||||
$options[$i] = "$i days";
|
||||
}
|
||||
for ($i=2;$i<=16;$i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user