Index: grade_category.php =================================================================== RCS file: /cvsroot/moodle/moodle/lib/grade/grade_category.php,v retrieving revision 1.96.2.4 diff -u -r1.96.2.4 grade_category.php --- grade_category.php 1 Nov 2007 08:50:33 -0000 1.96.2.4 +++ grade_category.php 12 Nov 2007 20:21:28 -0000 @@ -99,7 +99,7 @@ * Aggregate only graded items * @var int $aggregateonlygraded */ - var $aggregateonlygraded = 0; + var $aggregateonlygraded = 1; /** * Aggregate outcomes together with normal items @@ -201,7 +201,7 @@ $this->apply_forced_settings(); - // these are exclusive + // these are exclusive if ($this->droplow > 0) { $this->keephigh = 0; } else if ($this->keephigh > 0) {