--- loncom/interface/lonprintout.pm 2003/02/12 20:44:38 1.113 +++ loncom/interface/lonprintout.pm 2003/02/14 00:23:37 1.114 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.113 2003/02/12 20:44:38 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.114 2003/02/14 00:23:37 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1293,6 +1293,15 @@ sub handler { my $r = shift; + # not sure where the form.* was getting processed. + Apache::loncommon::get_unprocessed_cgi($ENV{QUERY_STRING}); + + # A hook for me to work without disturbing Alex. + if ($ENV{'form.jeremy'}) { + printWizard($r); + return OK; + } + my $loaderror=&Apache::lonnet::overloaderror($r); if ($loaderror) { return $loaderror; } $loaderror=