--- loncom/homework/grades.pm 2004/01/28 16:25:05 1.171 +++ loncom/homework/grades.pm 2004/02/09 21:13:50 1.172 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.171 2004/01/28 16:25:05 albertel Exp $ +# $Id: grades.pm,v 1.172 2004/02/09 21:13:50 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4155,11 +4155,11 @@ SCANTRONFORM 'last student'); } &Apache::lonhtmlcommon::Close_PrgWin($r,\%prog_state); - my $lasttime = &Time::HiRes::time()-$start; - $r->print("

took $lasttime

"); +# my $lasttime = &Time::HiRes::time()-$start; +# $r->print("

took $lasttime

"); $navmap->untieHashes(); - $r->print("

Done

"); + $r->print("

Done

"); $r->print(&show_grading_menu_form($symb,$url)); return ''; }