MDL-12140 weights/extrapoints are never advanced

This commit is contained in:
skodak
2007-11-15 15:43:39 +00:00
parent 488eaca44a
commit df94204404
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -137,7 +137,6 @@ class edit_category_form extends moodleform {
$mform->addElement('text', 'aggregationcoef', get_string($coefstring, 'grades'));
$mform->setHelpButton('aggregationcoef', array(false, get_string($coefstring, 'grades'),
false, true, false, get_string($coefstring.'help', 'grades')));
$mform->setAdvanced('aggregationcoef');
}
/// user preferences
-1
View File
@@ -180,7 +180,6 @@ class edit_item_form extends moodleform {
$mform->addElement('text', 'aggregationcoef', get_string($coefstring, 'grades'));
$mform->setHelpButton('aggregationcoef', array(false, get_string($coefstring, 'grades'),
false, true, false, get_string($coefstring.'help', 'grades')));
$mform->setAdvanced('aggregationcoef');
}
/// hidden params