Skip to content

Commit

Permalink
fixed form help code
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 13, 2010
1 parent 96445d4 commit e69ef1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group/autogroup_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function definition() {
$mform->setAdvanced('allocateby');

$mform->addElement('text', 'namingscheme', get_string('namingscheme', 'group'));
$mform->setHelpButton('namingscheme', array('namingscheme', get_string('namingschemehelp', 'group'), 'group'));
$mform->addHelpButton('namingscheme', 'namingscheme', 'group');
$mform->addRule('namingscheme', get_string('required'), 'required', null, 'client');
$mform->setType('namingscheme', PARAM_MULTILANG);
// there must not be duplicate group names in course
Expand Down

0 comments on commit e69ef1e

Please sign in to comment.