Index: grade/lib.php =================================================================== RCS file: /cvsroot/moodle/moodle/grade/lib.php,v retrieving revision 1.65.2.5 diff -u -r1.65.2.5 lib.php --- grade/lib.php 26 Jun 2007 11:50:19 -0000 1.65.2.5 +++ grade/lib.php 10 Jul 2007 16:29:09 -0000 @@ -2731,12 +2731,18 @@ $optionsyesno[1] = get_string('yes'); - if ($preferences->use_advanced) { - $options = NULL; - $options[0] = get_string('no'); - $options[1] = get_string('toonly', 'moodle', $course->teachers); - $options[2] = get_string('toeveryone', 'moodle'); + $options = NULL; //(moved outside 'if' by dlnsk %%50%%) + $options[0] = get_string('no'); + $options[1] = get_string('toonly', 'moodle', $course->teachers); + $options[2] = get_string('toeveryone', 'moodle'); + // display percent (moved here by dlnsk %%50%%) + echo '