--- loncom/interface/lonindexer.pm 2004/05/07 15:43:45 1.101 +++ loncom/interface/lonindexer.pm 2004/05/07 15:53:05 1.102 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.101 2004/05/07 15:43:45 www Exp $ +# $Id: lonindexer.pm,v 1.102 2004/05/07 15:53:05 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -841,7 +841,8 @@ sub display_line { # Set the icon for the file my $iconname = &Apache::loncommon::icon($listname); $r->print(""); - my $metafile = grep /^\Q$filecom[0]\E\.meta\&/, @list; +# my $metafile = grep /^\Q$filecom[0]\E\.meta\&/, @list; + my $metafile=1; my $title; if ($ENV{'form.catalogmode'} eq 'interactive') { $title=$listname;