mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
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:
parent
48466ed9a7
commit
4932ccc776
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user