fixed default needsupdate property

This commit is contained in:
skodak 2007-07-08 18:18:32 +00:00
parent 004081182d
commit 5132aa7fd5

View File

@ -214,7 +214,7 @@ class grade_item extends grade_object {
* If set, the whole column will be recalculated, then this flag will be switched off.
* @var boolean $needsupdate
*/
var $needsupdate = 0;
var $needsupdate = 1;
/**
* In addition to update() as defined in grade_object, handle the grade_outcome and grade_scale objects.