--- loncom/interface/lonindexer.pm 2006/04/10 21:40:08 1.142 +++ loncom/interface/lonindexer.pm 2006/05/31 16:22:10 1.143 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.142 2006/04/10 21:40:08 albertel Exp $ +# $Id: lonindexer.pm,v 1.143 2006/05/31 16:22:10 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -704,7 +704,7 @@ sub dynmetaread { } # Actually get the data %dynhash= - (%dynhash,&Apache::lonmeta::get_dynamic_metadata_from_sql($uri)); + (%dynhash,&Apache::lonmeta::get_dynamic_metadata_from_sql($uri.'/')); # Remember that we got it $dynread{$uri}=1; }