From 81ef6a5ee53c8d2cee444c12e5edd2a109dff95a Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 7 Dec 2002 04:20:35 +0000 Subject: [PATCH] Removed the "zero" value altogether --- mod/assignment/mod.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ""); ?> -- 2.39.5