--- loncom/publisher/lonretrieve.pm 2002/05/29 18:25:17 1.17 +++ loncom/publisher/lonretrieve.pm 2002/05/30 14:08:42 1.18 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to retrieve an old version of a file # -# $Id: lonretrieve.pm,v 1.17 2002/05/29 18:25:17 stredwic Exp $ +# $Id: lonretrieve.pm,v 1.18 2002/05/30 14:08:42 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -177,7 +177,7 @@ sub handler { # Get query string for limited number of parameters &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, - ['filename'); + ['filename']); if ($ENV{'form.filename'}) { $fn=$ENV{'form.filename'};