--- loncom/interface/lonindexer.pm 2004/06/18 01:09:24 1.115 +++ loncom/interface/lonindexer.pm 2004/06/18 01:27:04 1.116 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.115 2004/06/18 01:09:24 www Exp $ +# $Id: lonindexer.pm,v 1.116 2004/06/18 01:27:04 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -880,13 +880,6 @@ sub display_line { my $iconname = &Apache::loncommon::icon($listname); $r->print(""); - my $metafile = $Apache::lonnet::perlvar{'lonDocRoot'}.$pathprefix. - $filecom[0].'.meta'; - if (-e $metafile) { - $metafile=1; - } else { - $metafile=0; - } if ($ENV{'form.catalogmode'} eq 'interactive') { $r->print("");