--- loncom/homework/grades.pm 2006/03/02 18:05:00 1.302.2.4 +++ loncom/homework/grades.pm 2006/03/03 21:52:01 1.302.2.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.302.2.4 2006/03/02 18:05:00 albertel Exp $ +# $Id: grades.pm,v 1.302.2.5 2006/03/03 21:52:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2248,7 +2248,7 @@ sub saveHandGrade { my $solvedstatus = $record{'resource.'.$new_part.'.solved'}; if ($aggtries > 0) { - &decrement($symb,$new_part,\%aggregate,$aggtries,$totaltries,$solvedstatus); + &decrement_aggs($symb,$new_part,\%aggregate,$aggtries,$totaltries,$solvedstatus); $aggregateflag = 1; } } elsif ($dropMenu eq '') {