From: moodler Date: Sat, 7 Dec 2002 04:20:35 +0000 (+0000) Subject: Removed the "zero" value altogether X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=81ef6a5ee53c8d2cee444c12e5edd2a109dff95a;p=moodle.git Removed the "zero" value altogether --- diff --git a/mod/assignment/mod.html b/mod/assignment/mod.html index d0486f1b9d..5837c09238 100644 --- a/mod/assignment/mod.html +++ b/mod/assignment/mod.html @@ -92,7 +92,7 @@ $form->maxbytes = get_real_size("500K"); } ksort($filesize, SORT_NUMERIC); - choose_from_menu($filesize, "maxbytes", "$form->maxbytes"); + choose_from_menu($filesize, "maxbytes", "$form->maxbytes", ""); ?>