--- loncom/interface/lonindexer.pm 2004/07/02 08:01:20 1.118 +++ loncom/interface/lonindexer.pm 2004/07/07 00:02:00 1.119 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.118 2004/07/02 08:01:20 albertel Exp $ +# $Id: lonindexer.pm,v 1.119 2004/07/07 00:02:00 taceyjo1 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1018,7 +1018,7 @@ sub display_line { if ($hash{'display_attrs_10'} == 1) { my $source = &Apache::lonnet::metadata($filelink,'sourceavail'); if($source eq 'open') { - my $sourcelink = &Apache::lonsource::make_link($filelink); + my $sourcelink = &Apache::lonsource::make_link($filelink,$listname); $r->print(''."Yes "."\n");