Changed maximum number of weeks/topics up to 52

This commit is contained in:
martin
2002-09-09 11:31:48 +00:00
parent 782e7594ec
commit d6935726ed
+1 -1
View File
@@ -90,7 +90,7 @@
<tr valign=top>
<td><P><? print_string("numberweeks") ?>:</td>
<td><?
for ($i=1; $i<=20; $i++) {
for ($i=1; $i<=52; $i++) {
$sectionmenu[$i] = "$i";
}
choose_from_menu ($sectionmenu, "numsections", "$form->numsections");