--- loncom/interface/printout.pl 2005/03/23 22:37:46 1.75 +++ loncom/interface/printout.pl 2005/04/07 06:56:23 1.76 @@ -1,7 +1,7 @@ #!/usr/bin/perl # CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc. # -# $Id: printout.pl,v 1.75 2005/03/23 22:37:46 albertel Exp $ +# $Id: printout.pl,v 1.76 2005/04/07 06:56:23 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -27,7 +27,7 @@ # use lib '/home/httpd/lib/perl'; -use LONCAPA::loncgi(); +use LONCAPA::loncgi; use File::Path; use IO::File; use Image::Magick; @@ -38,7 +38,6 @@ use Apache::lonlocal; use strict; $|=1; -my %origENV=%ENV; if (! &LONCAPA::loncgi::check_cookie_and_load_env()) { print <