--- loncom/interface/lonprintout.pm 2006/07/17 09:38:09 1.459 +++ loncom/interface/lonprintout.pm 2006/07/17 10:17:40 1.460 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.459 2006/07/17 09:38:09 foxr Exp $ +# $Id: lonprintout.pm,v 1.460 2006/07/17 10:17:40 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3044,9 +3044,9 @@ sub preprocess { my $helper = Apache::lonhelper::getHelper(); my $format = $helper->{VARS}->{$self->{'formatvar'}}; - if (substr($format, 2, 1) ne '1') { - $helper->changeState($self->{NEXTSTATE}); - } +# if (substr($format, 2, 1) ne '1') { +# $helper->changeState($self->{NEXTSTATE}); +# } return 1; }