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

version 1.267.4.1, 2002/08/30 19:09:27 version 1.267.4.2, 2002/08/30 19:11:28
Line 2833  sub metadata { Line 2833  sub metadata {
 # the next is the end of "start tag"  # the next is the end of "start tag"
  }   }
        }         }
  &metadata_generate_part0(\%metathesekeys,\%metacache,$uri);  
        $metacache{$uri.':keys'}=join(',',keys %metathesekeys);         $metacache{$uri.':keys'}=join(',',keys %metathesekeys);
    &metadata_generate_part0(\%metathesekeys,\%metacache,$uri);
          $metacache{$uri.':allpossiblekeys'}=join(',',keys %metathesekeys);
        $metacache{$uri.':cachedtimestamp'}=time;         $metacache{$uri.':cachedtimestamp'}=time;
 # this is the end of "was not already recently cached  # this is the end of "was not already recently cached
     }      }

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


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