Merge branch 'MDL-40443_24' of git://github.com/timhunt/moodle into MOODLE_24_STABLE

This commit is contained in:
Damyon Wiese
2013-07-09 15:16:32 +08:00
@@ -50,6 +50,7 @@ class quiz_overview_settings_form extends mod_quiz_attempts_report_form {
get_string('showdetailedmarks', 'quiz_overview'));
} else {
$mform->addElement('hidden', 'slotmarks', 0);
$mform->setType('slotmarks', PARAM_INT);
}
}
}