--- loncom/homework/grades.pm 2006/03/24 17:34:11 1.339 +++ loncom/homework/grades.pm 2006/03/24 18:05:47 1.340 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.339 2006/03/24 17:34:11 albertel Exp $ +# $Id: grades.pm,v 1.340 2006/03/24 18:05:47 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5985,7 +5985,7 @@ sub handler { sub send_header { my ($request)= @_; - &Apache::lontexconvert::init_tth() + &Apache::lontexconvert::init_tth(); $request->print(&Apache::loncommon::start_page('Grading')); $request->rflush(); }