--- loncom/interface/lonprintout.pm 2002/09/04 04:03:00 1.51.2.1 +++ loncom/interface/lonprintout.pm 2002/09/09 20:20:40 1.58 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.51.2.1 2002/09/04 04:03:00 albertel Exp $ +# $Id: lonprintout.pm,v 1.58 2002/09/09 20:20:40 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,7 +43,9 @@ use strict; use Apache::Constants qw(:common :http); use Apache::lonxml; use Apache::lonnet; +use Apache::loncommon; use Apache::inputtags; +use Apache::grades; use Apache::edit; use Apache::File(); use POSIX qw(strftime); @@ -59,7 +61,6 @@ sub headerform {
- -