--- loncom/interface/lonprintout.pm 2007/07/04 14:17:36 1.502 +++ loncom/interface/lonprintout.pm 2007/07/23 22:16:31 1.503 @@ -2,7 +2,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.502 2007/07/04 14:17:36 foxr Exp $ +# $Id: lonprintout.pm,v 1.503 2007/07/23 22:16:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1396,9 +1396,6 @@ ENDPART $moreenv{'request.filename'}=$cleanURL; if ($helper->{'VARS'}->{'style_file'}=~/\w/) { $moreenv{'construct.style'}=$helper->{'VARS'}->{'style_file'}; - my $dom = $env{'user.domain'}; - my $user = $env{'user.name'}; - my $put_result = &Apache::lonnet::put('environment',{'construct.style'=>$helper->{'VARS'}->{'style_file'}},$dom,$user); } if ($helper->{'VARS'}->{'probstatus'} eq 'exam') {$form{'problemtype'}='exam';} $form{'problem_split'}=$parmhash{'problem_stream_switch'}; @@ -2946,17 +2943,15 @@ CHOOSE_FROM_ANY_SEQUENCE - : + : -   Select style file +   Select style file Show all foils? RNDSEED &Apache::lonxml::xmlparse($r, 'helper', $xmlfrag); - $helper->{'VARS'}->{'style_file'}=$env{'form.style_file_value'}; - } }