--- loncom/interface/lonmenu.pm 2003/09/17 16:50:58 1.89 +++ loncom/interface/lonmenu.pm 2003/09/17 18:47:15 1.90 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.89 2003/09/17 16:50:58 www Exp $ +# $Id: lonmenu.pm,v 1.90 2003/09/17 18:47:15 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -879,7 +879,7 @@ sub handler { $r->send_http_header; return OK if $r->header_only; - &Apache::lonlocal::clearreroutetrans(); +# &Apache::lonlocal::clearreroutetrans(); my $form=&serverform(); my $bodytag=&Apache::loncommon::bodytag('Main Menu');