--- loncom/metadata_database/searchcat.pl 2006/12/11 00:32:24 1.70 +++ loncom/metadata_database/searchcat.pl 2007/01/03 03:58:34 1.70.2.1 @@ -2,7 +2,7 @@ # The LearningOnline Network # searchcat.pl "Search Catalog" batch script # -# $Id: searchcat.pl,v 1.70 2006/12/11 00:32:24 albertel Exp $ +# $Id: searchcat.pl,v 1.70.2.1 2007/01/03 03:58:34 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -241,11 +241,11 @@ foreach my $dom (@domains) { my ($group,$url,$fullpath); if ($is_course) { ($group, my ($path)) = ($file =~ /^(\w+)(\/.+)$/); - $fullpath = $pathstart.'/groups/'.$group.'/portfolio/'.$path; + $fullpath = $pathstart.'/groups/'.$group.'/portfolio'.$path; $url = $urlstart.'/groups/'.$group.'/portfolio'.$path; } else { $fullpath = $pathstart.'/portfolio'.$file; - $url .= $urlstart.'/portfolio'.$file; + $url = $urlstart.'/portfolio'.$file; } if (ref($access{$file}) eq 'HASH') { &process_portfolio_access_data($url,$access{$file});