--- loncom/homework/grades.pm 2004/05/25 05:27:09 1.203 +++ loncom/homework/grades.pm 2004/07/02 08:19:48 1.204 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.203 2004/05/25 05:27:09 albertel Exp $ +# $Id: grades.pm,v 1.204 2004/07/02 08:19:48 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2598,7 +2598,7 @@ sub editgrades { if ($noupdate) { # my $numcols=(scalar(@partid)*(scalar(@parts)-1)*2)+3; my $numcols=scalar(@partid)*4+2; - $result .= 'No Changes Occurred For the Students Below'.$noupdate; + $result .= 'No Changes Occurred For the Students Below'.$noupdate; } $result .= ''."\n". &show_grading_menu_form ($symb,$url);