--- loncom/interface/lonprintout.pm 2003/06/25 19:37:04 1.199 +++ loncom/interface/lonprintout.pm 2003/06/30 20:24:58 1.200 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.199 2003/06/25 19:37:04 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.200 2003/06/30 20:24:58 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -623,7 +623,8 @@ ENDPART $moreenv{'request.filename'}=$currentURL; my %form; $form{'grade_target'}='tex'; - $form{'textwidth'}=$LaTeXwidth; + $form{'textwidth'}=$LaTeXwidth; + $form{'problem_split'}=$parmhash{'problem_stream_switch'}; my $rndseed=time; $form{'rndseed'}=$rndseed; &Apache::lonnet::appenv(%moreenv); @@ -886,6 +887,11 @@ sub handler { my %parmhash=&Apache::lonnet::coursedescription($ENV{'request.course.id'}); +# my $key; +# foreach $key (keys %parmhash) { +# $r->print(' '.$key.'->'.$parmhash{$key}.'<-
'); +# } +# return OK; &output_data($r,$helper,\%parmhash); return OK;