Removed the "zero" value altogether

This commit is contained in:
moodler 2002-12-07 04:20:35 +00:00
parent ff4f23fdcc
commit 81ef6a5ee5

View file

@ -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", "");
?>
</td>
</tr>