--- loncom/homework/grades.pm 2005/09/21 21:44:55 1.286 +++ loncom/homework/grades.pm 2005/09/22 21:30:42 1.287 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.286 2005/09/21 21:44:55 albertel Exp $ +# $Id: grades.pm,v 1.287 2005/09/22 21:30:42 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4324,7 +4324,7 @@ sub scantron_process_corrections { } } if ($err) { - $r->print("Unable to accept last correction, an error occurred :$errmsg:"); + $r->print("Unable to accept last correction, an error occurred :$errmsg:"); } else { &scantron_put_line($scanlines,$scan_data,$which,$line,$skip); &scantron_putfile($scanlines,$scan_data);