--- loncom/interface/printout.pl 2009/09/27 02:47:11 1.144 +++ loncom/interface/printout.pl 2009/11/16 18:00:07 1.145 @@ -1,7 +1,7 @@ #!/usr/bin/perl # CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc. # -# $Id: printout.pl,v 1.144 2009/09/27 02:47:11 raeburn Exp $ +# $Id: printout.pl,v 1.145 2009/11/16 18:00:07 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -171,7 +171,7 @@ Your cookie information is incorrect. END - return; + exit; } my %perlvar=%{&LONCAPA::Configuration::read_conf('loncapa.conf')};