--- loncom/lonnet/perl/lonnet.pm 2002/08/30 19:09:27 1.267.4.1 +++ loncom/lonnet/perl/lonnet.pm 2002/08/30 19:11:28 1.267.4.2 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.267.4.1 2002/08/30 19:09:27 albertel Exp $ +# $Id: lonnet.pm,v 1.267.4.2 2002/08/30 19:11:28 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2833,8 +2833,9 @@ sub metadata { # the next is the end of "start tag" } } - &metadata_generate_part0(\%metathesekeys,\%metacache,$uri); $metacache{$uri.':keys'}=join(',',keys %metathesekeys); + &metadata_generate_part0(\%metathesekeys,\%metacache,$uri); + $metacache{$uri.':allpossiblekeys'}=join(',',keys %metathesekeys); $metacache{$uri.':cachedtimestamp'}=time; # this is the end of "was not already recently cached }