Diff for /loncom/interface/lonindexer.pm between versions 1.211 and 1.212

version 1.211, 2011/10/17 12:41:30 version 1.212, 2011/10/17 13:12:30
Line 788  sub get_list { Line 788  sub get_list {
  $hash{'dirlist_timestamp_files_'.$luri} = time;   $hash{'dirlist_timestamp_files_'.$luri} = time;
     }      }
 #Checking for error messages associated with empty directories or inaccessible servers (See Bug 4984)  #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("<p class='LC_info'>" . &mt("Directory does not exist."). "</p>");          $r->print("<p class='LC_info'>" . &mt("Directory does not exist."). "</p>");
     } elsif ($listerror eq 'con_lost') {      } elsif ($listerror eq 'con_lost') {
         $r->print("<p class='LC_info'>" . &mt("Directory temporarily not accessible."). "</p>");          $r->print("<p class='LC_info'>" . &mt("Directory temporarily not accessible."). "</p>");

Removed from v.1.211  
changed lines
  Added in v.1.212


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>