--- loncom/interface/lonindexer.pm 2002/08/12 18:21:42 1.49 +++ loncom/interface/lonindexer.pm 2002/08/13 15:01:02 1.50 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.49 2002/08/12 18:21:42 albertel Exp $ +# $Id: lonindexer.pm,v 1.50 2002/08/13 15:01:02 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -90,6 +90,7 @@ my @Omit = (); sub handler { my $r = shift; $r->content_type('text/html'); + &Apache::loncommon::no_cache($r); $r->send_http_header; return OK if $r->header_only; $fnum=0;