Incorrect variable name used for parameter.
[moodle-linuxchix.git] / mod / assignment / config.html
blob75e0faf72ee708cbf14ae37b8378d2487c06ce89
1 <form method="post" action="module.php" name="form">
3 <table cellpadding=9 cellspacing=0 >
4 <tr valign=top>
5 <td align=right><p>assignment_maxbytes:</td>
6 <td><?php
7 $choices = get_max_upload_sizes($CFG->maxbytes);
8 choose_from_menu ($choices, "assignment_maxbytes", $CFG->assignment_maxbytes, "");
9 ?>
10 </td>
11 <td>
12 <?php print_string("configmaxbytes", "assignment") ?>
13 </td>
14 </tr>
16 <tr>
17 <td colspan=3 align=center>
18 <input type="submit" value="<?php print_string("savechanges") ?>"></td>
19 </tr>
20 </table>
22 </form>