Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.267.4.2 and 1.267.4.3

version 1.267.4.2, 2002/08/30 19:11:28 version 1.267.4.3, 2002/08/30 20:33:58
Line 2720  sub metadata { Line 2720  sub metadata {
 # Look at timestamp of caching  # Look at timestamp of caching
 # Everything is cached by the main uri, libraries are never directly cached  # 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?  # Is this a recursive call for a library?
 #  #

Removed from v.1.267.4.2  
changed lines
  Added in v.1.267.4.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>