--- loncom/homework/grades.pm 2004/03/04 14:09:47 1.179 +++ loncom/homework/grades.pm 2004/03/12 18:03:38 1.180 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.179 2004/03/04 14:09:47 albertel Exp $ +# $Id: grades.pm,v 1.180 2004/03/12 18:03:38 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1704,8 +1704,10 @@ KEYWORDS ($ENV{'form.command'} eq 'processGroup' && $counter == $total)) { $toGrade.=''.&show_grading_menu_form($symb,$url) } - $request = print($toGrade); + $request->print($toGrade); return; + } else { + $request->print(''."\n"); } # essay grading message center