]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12140 weights/extrapoints are never advanced
authorskodak <skodak>
Thu, 15 Nov 2007 15:43:39 +0000 (15:43 +0000)
committerskodak <skodak>
Thu, 15 Nov 2007 15:43:39 +0000 (15:43 +0000)
grade/edit/tree/category_form.php
grade/edit/tree/item_form.php

index d818ceafa881ab1a917c30b3578f0f6fc0c913bc..0a7391809bcc68f75ed0b218becfd3806fb2c6eb 100644 (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
index 0186e26c8b0bba1653ca917936b02d0b75d81ca4..bd23651c528c601c7b729b8cca8bd21386714dbb 100644 (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