--- loncom/interface/lonprintout.pm 2002/04/12 13:45:48 1.22 +++ loncom/interface/lonprintout.pm 2002/09/05 19:35:00 1.55 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.22 2002/04/12 13:45:48 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.55 2002/09/05 19:35:00 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,10 +43,13 @@ 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); sub headerform { @@ -58,6 +61,7 @@ sub headerform {