[LON-CAPA-cvs] cvs: loncom /interface lonmenu.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Wed, 17 Sep 2003 18:47:15 -0000
matthew Wed Sep 17 14:47:15 2003 EDT
Modified files:
/loncom/interface lonmenu.pm
Log:
There is not yet an &Apache::lonlocal::clearreroutetrans(); so we should
probably avoid calling it.
Index: loncom/interface/lonmenu.pm
diff -u loncom/interface/lonmenu.pm:1.89 loncom/interface/lonmenu.pm:1.90
--- loncom/interface/lonmenu.pm:1.89 Wed Sep 17 12:50:58 2003
+++ loncom/interface/lonmenu.pm Wed Sep 17 14:47:15 2003
@@ -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 @@
$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');