--- loncom/interface/lonsearchcat.pm 2008/05/28 21:23:17 1.294 +++ loncom/interface/lonsearchcat.pm 2008/05/28 22:22:27 1.295 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.294 2008/05/28 21:23:17 www Exp $ +# $Id: lonsearchcat.pm,v 1.295 2008/05/28 22:22:27 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2118,7 +2118,7 @@ sub copyright_check { } # Check for custom rights if ($Metadata->{'copyright'} eq 'custom') { - return 0; + return &Apache::lonnet::customacccess('bre',$Metadata->{'url'}); } return 1; }