--- loncom/interface/lonmenu.pm 2003/09/17 18:47:15 1.90 +++ loncom/interface/lonmenu.pm 2003/09/17 23:40:25 1.91 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.90 2003/09/17 18:47:15 matthew Exp $ +# $Id: lonmenu.pm,v 1.91 2003/09/17 23:40:25 www 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');