--- loncom/cgi/decompress.pl 2005/04/07 06:56:21 1.13 +++ loncom/cgi/decompress.pl 2005/05/25 22:31:51 1.14 @@ -40,8 +40,8 @@ if(! &LONCAPA::loncgi::check_cookie_and_ END } else { print "Content-type: text/html\n\n"; - my $file=$env{'cgi.file'}; - my $dir=$env{'cgi.dir'}; + my $file=$Apache::lonnet::env{'cgi.file'}; + my $dir=$Apache::lonnet::env{'cgi.dir'}; if(! $file || ! $dir) { print <Bad Enviroment!