mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Removed the "zero" value altogether
This commit is contained in:
parent
ff4f23fdcc
commit
81ef6a5ee5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
||||||
$form->maxbytes = get_real_size("500K");
|
$form->maxbytes = get_real_size("500K");
|
||||||
}
|
}
|
||||||
ksort($filesize, SORT_NUMERIC);
|
ksort($filesize, SORT_NUMERIC);
|
||||||
choose_from_menu($filesize, "maxbytes", "$form->maxbytes");
|
choose_from_menu($filesize, "maxbytes", "$form->maxbytes", "");
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue