--- loncom/interface/lonprintout.pm 2003/05/14 13:20:06 1.167 +++ loncom/interface/lonprintout.pm 2003/05/14 13:33:27 1.168 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.167 2003/05/14 13:20:06 albertel Exp $ +# $Id: lonprintout.pm,v 1.168 2003/05/14 13:33:27 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -486,7 +486,7 @@ ENDPART } $moreenv{'request.filename'}=$ENV{'form.url'}; my %form; - $from{'textwidth'}=$LaTeXwidth; + $form{'textwidth'}=$LaTeXwidth; $form{'grade_target'}='tex'; &Apache::lonnet::appenv(%moreenv); my $texversion=&Apache::lonnet::ssi($ENV{'form.url'},%form); @@ -1376,7 +1376,7 @@ ENDPART $form{'grade_target'}='tex'; $form{'textwidth'}=$LaTeXwidth; &Apache::lonnet::appenv(%moreenv); - my $texversion=&Apache::lonnet::ssi($currentURL,$form); + my $texversion=&Apache::lonnet::ssi($currentURL,%form); &Apache::lonnet::delenv('form.counter'); &Apache::lonnet::delenv('request.filename'); if($helper->{'VARS'}->{'ANSWER_TYPE'} eq 'no') {