--- loncom/interface/lonprintout.pm 2005/04/07 06:56:23 1.373 +++ loncom/interface/lonprintout.pm 2005/04/07 07:03:23 1.374 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.373 2005/04/07 06:56:23 albertel Exp $ +# $Id: lonprintout.pm,v 1.374 2005/04/07 07:03:23 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2142,7 +2142,7 @@ CHOOSE_FROM_ANY_SEQUENCE # If advanced roles, then allow to show all foils. - if ($ENV{'request.role.adv'}) { + if ($env{'request.role.adv'}) { addMessage(" "); $paramHash = Apache::lonhelper::getParamHash(); $paramHash->{'multichoice'} = "true";