--- loncom/lonnet/perl/lonnet.pm 2001/07/26 17:22:19 1.129 +++ loncom/lonnet/perl/lonnet.pm 2001/07/26 18:15:39 1.130 @@ -796,7 +796,7 @@ sub coursedescription { $returnhash{'home'}= $chome; $returnhash{'domain'} = $cdomain; $returnhash{'num'} = $cnum; - while (my ($name,$value) = each %ENV) { + while (my ($name,$value) = each %returnhash) { $envhash{'course.'.$normalid.'.'.$name}=$value; } $returnhash{'url'}='/res/'.declutter($returnhash{'url'});