--- loncom/interface/lonprintout.pm 2002/07/01 15:02:54 1.35 +++ loncom/interface/lonprintout.pm 2002/09/06 17:46:13 1.56 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.35 2002/07/01 15:02:54 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.56 2002/09/06 17:46:13 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,7 +43,10 @@ use strict; use Apache::Constants qw(:common :http); use Apache::lonxml; use Apache::lonnet; +use Apache::loncommon; use Apache::inputtags; +use Apache::loncoursedata; +use Apache::grades; use Apache::edit; use Apache::File(); use POSIX qw(strftime); @@ -58,6 +61,7 @@ sub headerform {