--- loncom/lonnet/perl/lonnet.pm 2000/10/26 10:40:01 1.50 +++ loncom/lonnet/perl/lonnet.pm 2000/10/26 15:29:17 1.51 @@ -514,7 +514,7 @@ sub coursedescription { $returnhash{'url'}='/res/'.declutter($returnhash{'url'}); $returnhash{'fn'}=$perlvar{'lonDaemons'}.'/tmp/'. $ENV{'user.name'}.'_'.$cdomain.'_'.$cnum; - put ('coursedescriptions',%cachehash); + put ('nohist_coursedescriptions',%cachehash); return %returnhash; } }