--- loncom/interface/lonindexer.pm 2004/05/04 20:43:21 1.100 +++ loncom/interface/lonindexer.pm 2004/05/07 15:43:45 1.101 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.100 2004/05/04 20:43:21 www Exp $ +# $Id: lonindexer.pm,v 1.101 2004/05/07 15:43:45 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -857,8 +857,8 @@ sub display_line { $r->print(""); } elsif ($ENV{'form.catalogmode'} eq 'groupimport') { $title=$listname; - #$title = &Apache::lonnet::metadata($filelink,'title') - #if ($metafile == 1); + $title = &Apache::lonnet::metadata($filelink,'title') + if ($metafile == 1); $title=$listname unless $title; my $titleesc=&HTML::Entities::encode($title,'<>&"'); $r->print("
\n");