Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.928 and 1.929

version 1.928, 2007/11/20 17:54:40 version 1.929, 2007/12/05 20:06:34
Line 6853  sub metadata { Line 6853  sub metadata {
         unless ($filename=~/\.meta$/) { $filename.='.meta'; }          unless ($filename=~/\.meta$/) { $filename.='.meta'; }
  my $metastring;   my $metastring;
  if ($uri =~ /^~/ || $uri =~ m{home/$match_username/public_html/}) {   if ($uri =~ /^~/ || $uri =~ m{home/$match_username/public_html/}) {
       my $which = &hreflocation('','/'.($liburi || $uri));
     $metastring =       $metastring = 
  &Apache::lonnet::ssi_body(&hreflocation('','/'.$uri),   &Apache::lonnet::ssi_body($which,
   ('grade_target' => 'meta'));    ('grade_target' => 'meta'));
     $cachetime = 1; # only want this cached in the child not long term      $cachetime = 1; # only want this cached in the child not long term
  } elsif ($uri !~ m -^(editupload)/-) {   } elsif ($uri !~ m -^(editupload)/-) {

Removed from v.1.928  
changed lines
  Added in v.1.929


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