--- loncom/interface/lonprintout.pm 2003/04/30 19:25:47 1.136 +++ loncom/interface/lonprintout.pm 2003/04/30 20:03:14 1.137 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.136 2003/04/30 19:25:47 bowersj2 Exp $ +# $Id: lonprintout.pm,v 1.137 2003/04/30 20:03:14 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1457,6 +1457,7 @@ CHOOSE_FROM_SUBDIR Apache::lonhelper::message->new(); $paramHash = Apache::lonhelper::getParamHash(); $paramHash->{'variable'} = 'PRINT_TYPE'; + $helper->declareVar('PRINT_TYPE'); $paramHash->{CHOICES} = $printChoices; Apache::lonhelper::choices->new(); Apache::lonprintout::page_format_state->new("FORMAT");