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:
@@ -370,12 +370,6 @@
|
||||
helpbutton("maxgrade", get_string("maximumgrade"), "quiz");
|
||||
?>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user