mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
removing commented line.
This commit is contained in:
parent
cf10078dba
commit
87955a2d38
@ -1354,8 +1354,6 @@ class MoodleQuickForm extends HTML_QuickForm_DHTMLRulesTableless {
|
||||
$linktext = isset($buttonargs[3]) ? $buttonargs[3] : false;
|
||||
|
||||
$element->_helpbutton = $OUTPUT->old_help_icon($page, $text, $module, $linktext);
|
||||
//$OUTPUT->help_icon($identifier, $component, $linktext);
|
||||
// $OUTPUT->help_icon($elementname, $module); // this is works
|
||||
|
||||
} else if (!$suppresscheck) {
|
||||
print_error('nonexistentformelements', 'form', '', $elementname);
|
||||
|
Loading…
x
Reference in New Issue
Block a user