--- loncom/interface/lonindexer.pm 2003/07/22 19:00:51 1.71 +++ loncom/interface/lonindexer.pm 2003/08/06 16:43:36 1.72 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.71 2003/07/22 19:00:51 ng Exp $ +# $Id: lonindexer.pm,v 1.72 2003/08/06 16:43:36 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -554,8 +554,8 @@ sub scanDir { } if ($dom eq 'domain') { - $compuri = join('',$strip,'/'); # dom list has /res/ - $curdir = $compuri; + # dom list has full path /res// already + $curdir=''; } else { # user, dir & file have name only, i.e., w/o path $compuri = join('',$startdir,$strip,'/');