--- loncom/homework/grades.pm 2006/03/02 21:50:30 1.326 +++ loncom/homework/grades.pm 2006/03/03 21:50:44 1.327 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.326 2006/03/02 21:50:30 albertel Exp $ +# $Id: grades.pm,v 1.327 2006/03/03 21:50:44 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2274,7 +2274,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 '') {