Skip to content

Commit

Permalink
MDL-21695 Yet another commented obsolete setHelpButton()
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Jul 19, 2010
1 parent 3e09bb6 commit 061e00a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions admin/generator.php
Expand Up @@ -1304,7 +1304,6 @@ function definition() {
}

$mform->addElement($type, $setting->long, $label, $options, $htmloptions);
//$mform->setHelpButton($setting->long, array(false, $label, $setting->help));

if (isset($setting->default)) {
$mform->setDefault($setting->long, $setting->default);
Expand Down Expand Up @@ -1335,4 +1334,4 @@ function definition_after_data() {
$generator->complete();
} else {
$generator = new generator_silent();
}
}

0 comments on commit 061e00a

Please sign in to comment.