--- loncom/interface/lonmenu.pm 2005/09/20 07:52:03 1.161 +++ loncom/interface/lonmenu.pm 2005/11/08 14:45:44 1.162 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.161 2005/09/20 07:52:03 albertel Exp $ +# $Id: lonmenu.pm,v 1.162 2005/11/08 14:45:44 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1186,6 +1186,7 @@ sub get_nav_status { sub handler { my $r = shift; + &Apache::loncommon::no_cache($r); &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; return OK if $r->header_only;