--- loncom/homework/grades.pm 2007/05/02 01:17:37 1.398 +++ loncom/homework/grades.pm 2007/05/10 16:06:09 1.399 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.398 2007/05/02 01:17:37 albertel Exp $ +# $Id: grades.pm,v 1.399 2007/05/10 16:06:09 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3239,7 +3239,7 @@ sub editgrades { my $usec=$classlist->{"$uname:$udom"}[5]; if (!&canmodify($usec)) { my $numcols=scalar(@partid)*4+2; - $noupdate.=$line."Not allowed to modify student"; + $noupdate.=$line."Not allowed to modify student"; next; } my %aggregate = ();