--- loncom/interface/printout.pl 2004/02/12 22:50:35 1.40.2.1 +++ loncom/interface/printout.pl 2004/01/08 19:50:47 1.41 @@ -1,7 +1,7 @@ #!/usr/bin/perl # CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc. # -# $Id: printout.pl,v 1.40.2.1 2004/02/12 22:50:35 albertel Exp $ +# $Id: printout.pl,v 1.41 2004/01/08 19:50:47 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -32,7 +32,6 @@ use File::Path; use IO::File; use Image::Magick; -my %origENV=%ENV; if (! &LONCAPA::loncgi::check_cookie_and_load_env()) { print <new; $not_eps =~ s/^\s+//; @@ -273,8 +277,6 @@ END } else { print "LaTeX file $texfile was not created successfully"; } - #got what we needed reset ENV in case it is to big for system - %ENV=%origENV;