Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.337 and 1.338

version 1.337, 2003/03/11 03:22:45 version 1.338, 2003/03/14 02:26:12
Line 3184  sub metadata { Line 3184  sub metadata {
 # the next is the end of "start tag"  # the next is the end of "start tag"
  }   }
        }         }
        $metacache{$uri.':keys'}=join(',',keys %metathesekeys);  # are there custom rights to evaluate
    if ($metacache{$uri.':copyright'} eq 'custom') {
           
       #
       # Importing a rights file here
       #                
                    unless ($depthcount) {
        my $location=$metacache{$uri.':customdistributionfile'};
        my $dir=$filename;
        $dir=~s|[^/]*$||;
        $location=&filelocation($dir,$location);
        foreach (sort(split(/\,/,&metadata($uri,'keys',
    $location,'_rights',
    $depthcount+1)))) {
                            $metathesekeys{$_}=1;
        }
    }
        }
      $metacache{$uri.':keys'}=join(',',keys %metathesekeys);
  &metadata_generate_part0(\%metathesekeys,\%metacache,$uri);   &metadata_generate_part0(\%metathesekeys,\%metacache,$uri);
        $metacache{$uri.':allpossiblekeys'}=join(',',keys %metathesekeys);         $metacache{$uri.':allpossiblekeys'}=join(',',keys %metathesekeys);
        $metacache{$uri.':cachedtimestamp'}=time;         $metacache{$uri.':cachedtimestamp'}=time;

Removed from v.1.337  
changed lines
  Added in v.1.338


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