--- loncom/lonnet/perl/lonnet.pm 2002/08/30 19:11:28 1.267.4.2 +++ loncom/lonnet/perl/lonnet.pm 2002/08/30 20:33:58 1.267.4.3 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.267.4.2 2002/08/30 19:11:28 albertel Exp $ +# $Id: lonnet.pm,v 1.267.4.3 2002/08/30 20:33:58 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2720,7 +2720,7 @@ sub metadata { # Look at timestamp of caching # Everything is cached by the main uri, libraries are never directly cached # - unless (abs($metacache{$uri.':cachedtimestamp'}-time)<600) { + unless (abs($metacache{$uri.':cachedtimestamp'}-time)<600 && !defined($liburi)) { # # Is this a recursive call for a library? #