Diff for /loncom/interface/printout.pl between versions 1.40 and 1.40.2.1

version 1.40, 2003/10/20 18:34:20 version 1.40.2.1, 2004/02/12 22:50:35
Line 32  use File::Path; Line 32  use File::Path;
 use IO::File;  use IO::File;
 use Image::Magick;  use Image::Magick;
   
   my %origENV=%ENV;
 if (! &LONCAPA::loncgi::check_cookie_and_load_env()) {  if (! &LONCAPA::loncgi::check_cookie_and_load_env()) {
     print <<END;      print <<END;
 Content-type: text/html  Content-type: text/html
Line 272  END Line 273  END
   } else {    } else {
       print "LaTeX file $texfile was not created successfully";        print "LaTeX file $texfile was not created successfully";
   }    }
     #got what we needed reset ENV in case it is to big for system
     %ENV=%origENV;
   
   
       

Removed from v.1.40  
changed lines
  Added in v.1.40.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>