Diff for /loncom/interface/lonsearchcat.pm between versions 1.294 and 1.295

version 1.294, 2008/05/28 21:23:17 version 1.295, 2008/05/28 22:22:27
Line 2118  sub copyright_check { Line 2118  sub copyright_check {
     }      }
     # Check for custom rights      # Check for custom rights
     if ($Metadata->{'copyright'} eq 'custom') {      if ($Metadata->{'copyright'} eq 'custom') {
        return 0;         return &Apache::lonnet::customacccess('bre',$Metadata->{'url'});
     }      }
     return 1;      return 1;
 }  }

Removed from v.1.294  
changed lines
  Added in v.1.295


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