]> git.mjollnir.org Git - moodle.git/commitdiff
Delete commented-out code that was actually not commented out properly, and so caused...
authortjhunt <tjhunt>
Wed, 14 Nov 2007 14:48:50 +0000 (14:48 +0000)
committertjhunt <tjhunt>
Wed, 14 Nov 2007 14:48:50 +0000 (14:48 +0000)
mod/quiz/config.html

index 2771fae3002a3d1b1d911d6697debf5a297be7d6..ed27632aaedaa79edf7d7975c27d11f474ba5d87 100644 (file)
        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>