print_simple_box(get_string('configallowassign', 'admin'), 'center');
- echo '<form action="allowoverride.php" method="post">';
+ echo '<form action="allowassign.php" method="post">';
print_table($table);
echo '<div class="singlebutton"><input type="submit" value="'.get_string('savechanges').'"/></div>';
echo '<input type="hidden" name="dummy" value="1" />'; // this is needed otherwise we do not know a form has been submitted