--- loncom/interface/lonsearchcat.pm 2005/03/22 21:15:42 1.241 +++ loncom/interface/lonsearchcat.pm 2005/04/01 19:57:23 1.242 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.241 2005/03/22 21:15:42 matthew Exp $ +# $Id: lonsearchcat.pm,v 1.242 2005/04/01 19:57:23 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2493,8 +2493,8 @@ END delete ($Server_status{$server}); next; } - $status=~/^([\.\w]+)$/; - my $datafile=$r->dir_config('lonDaemons').'/tmp/'.$1; + $status=~s|/||g; + my $datafile=$r->dir_config('lonDaemons').'/tmp/'.$status; if (-e $datafile && ! -e "$datafile.end") { &update_status($r,&mt('Receiving results from [_1]',$server)); next;