MDL-12070 - PARAM_CLEANHTML strips magic quotes..

This commit is contained in:
poltawski
2007-11-08 22:19:47 +00:00
parent 39504b69f9
commit 08aeb4aa2e
+1 -1
View File
@@ -49,7 +49,7 @@ class mod_choice_mod_form extends moodleform_mod {
$mform->setType('limit', PARAM_INT);
$repeateloptions['option']['helpbutton'] = array('options', get_string('modulenameplural', 'choice'), 'choice');
$mform->setType('option', PARAM_CLEANHTML);
$mform->setType('option', PARAM_CLEAN);
$mform->setType('optionid', PARAM_INT);