From: jamiesensei Date: Tue, 19 Dec 2006 11:43:32 +0000 (+0000) Subject: got rid of extra help button that shouldn't have been there. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cc8cbf55916cbb3144ba4ce4891a50154b1ddb6b;p=moodle.git got rid of extra help button that shouldn't have been there. --- diff --git a/mod/quiz/mod_form.php b/mod/quiz/mod_form.php index d083a9c67f..fd1374537b 100644 --- a/mod/quiz/mod_form.php +++ b/mod/quiz/mod_form.php @@ -229,7 +229,6 @@ class quiz_mod_form extends moodleform_mod { $insertEl = &MoodleQuickForm::createElement('text', "feedbacktext[$nextel]", get_string('feedback', 'quiz')); $mform->insertElementBefore($insertEl, 'boundary_add_fields'); $mform->setType("feedbacktext[$nextel]", PARAM_TEXT); - $mform->setHelpButton("feedbacktext[$nextel]", array('options', get_string('modulenameplural', 'choice'), 'choice')); $insertEl = &MoodleQuickForm::createElement('static', 'gradeboundarystatic2', get_string('gradeboundary', 'quiz'), '0%'); $mform->insertElementBefore($insertEl, 'boundary_add_fields');