]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12138, set aggregate graded only as default
authortoyomoyo <toyomoyo>
Tue, 13 Nov 2007 03:07:48 +0000 (03:07 +0000)
committertoyomoyo <toyomoyo>
Tue, 13 Nov 2007 03:07:48 +0000 (03:07 +0000)
lib/grade/grade_category.php

index afd44c656d5e952fe3c387c9f0a8cf7967de4c88..ef489bc543228ca6de098167e9c59cf59a46b1cb 100644 (file)
@@ -99,7 +99,7 @@ class grade_category extends grade_object {
      * Aggregate only graded items
      * @var int $aggregateonlygraded
      */
-    var $aggregateonlygraded = 0;
+    var $aggregateonlygraded = 1;
 
     /**
      * Aggregate outcomes together with normal items