--- loncom/interface/lonindexer.pm 2011/10/17 12:41:30 1.211 +++ loncom/interface/lonindexer.pm 2011/10/17 13:12:30 1.212 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.211 2011/10/17 12:41:30 raeburn Exp $ +# $Id: lonindexer.pm,v 1.212 2011/10/17 13:12:30 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -788,7 +788,7 @@ sub get_list { $hash{'dirlist_timestamp_files_'.$luri} = time; } #Checking for error messages associated with empty directories or inaccessible servers (See Bug 4984) - if (($listerror eq 'no_such_dir') || ($listerror eq 'no_such_host')) { + if (($listerror eq 'no_such_dir') || ($listerror eq 'no_such_host') || ($listerror eq 'no_host')) { $r->print("

" . &mt("Directory does not exist."). "

"); } elsif ($listerror eq 'con_lost') { $r->print("

" . &mt("Directory temporarily not accessible."). "

");