Delete commented-out code that was actually not commented out properly, and so caused warnings. Merged from MOODLE_18_STABLE.

This commit is contained in:
tjhunt 2007-11-14 14:48:50 +00:00
parent 48466ed9a7
commit 4932ccc776

View File

@ -370,12 +370,6 @@
helpbutton("maxgrade", get_string("maximumgrade"), "quiz"); helpbutton("maxgrade", get_string("maximumgrade"), "quiz");
?> ?>
</td> </td>
<!-- Can't hide this setting, it always shows up on edit.php
<td align="center">
<input type="hidden" name="fix_maximumgrade" value="0" />
<input type="checkbox" name="fix_maximumgrade" value="1" <?php echo $CFG->quiz_fix_maximumgrade ? 'checked="checked"' : ''; ?> />
</td>
-->
</tr> </tr>
<tr> <tr>