Merge branch 'master_MDL-30536' of git://github.com/danmarsden/moodle

This commit is contained in:
Sam Hemelryk 2011-12-08 10:39:02 +13:00
commit b6965b11fc

View File

@ -50,7 +50,6 @@ class mod_choice_mod_form extends moodleform_mod {
$repeateloptions['limit']['default'] = 0;
$repeateloptions['limit']['disabledif'] = array('limitanswers', 'eq', 0);
$repeateloptions['limit']['rule'] = 'numeric';
$mform->setType('limit', PARAM_INT);
$repeateloptions['option']['helpbutton'] = array('choiceoptions', 'choice');
$mform->setType('option', PARAM_CLEANHTML);