--- loncom/interface/lonmenu.pm	2003/11/01 16:37:21	1.97
+++ loncom/interface/lonmenu.pm	2003/11/07 23:22:21	1.98
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Routines to control the menu
 #
-# $Id: lonmenu.pm,v 1.97 2003/11/01 16:37:21 www Exp $
+# $Id: lonmenu.pm,v 1.98 2003/11/07 23:22:21 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -66,7 +66,6 @@ sub initlittle {
 # ============================= This gets called at the top of the body section
 
 sub menubuttons {
-    &Apache::lonlocal::reroutetrans();
     my $forcereg=shift;
     my $target  =shift;
     my $registration=shift;
@@ -177,7 +176,6 @@ ENDINLINEMENU
 # ====================================== This gets called in the header section
 
 sub registerurl {
-    &Apache::lonlocal::reroutetrans();
     my $forcereg=shift;
     my $target = shift;
     my $result = '';
@@ -213,7 +211,6 @@ sub registerurl {
 # =========== and in the body of the document
 
 sub innerregister {
-    &Apache::lonlocal::reroutetrans();
     my $forcereg=shift;
     my $target = shift;
     my $result = '';
@@ -894,8 +891,6 @@ sub handler {
     $r->send_http_header;
     return OK if $r->header_only;
 
-    &Apache::lonlocal::clearreroutetrans();
-
     my $form=&serverform();
     my $bodytag=&Apache::loncommon::bodytag('Main Menu');
     my $function='student';
@@ -928,7 +923,6 @@ $utility
 $bodytag
 ENDHEADER
     $r->print('<table>'.&inlinemenu().'</table>'.$form);
-    $r->print(&Apache::lonlocal::endreroutetrans());
     $r->print('</body></html>');
     return OK;
 }