--- loncom/interface/lonmenu.pm 2003/09/17 18:47:15 1.90 +++ loncom/interface/lonmenu.pm 2003/09/19 15:45:14 1.92 @@ -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.92 2003/09/19 15:45:14 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -351,7 +351,6 @@ s&2&3&forw.gif&forward&&gopost('/adm/fli c&6&3 c&8&1 c&8&2 -s&8&3&prt.gif&prepare&printout&gopost('/adm/printout',currentURL)&Prepare a printable document s&9&1&sbkm.gif&set&bookmark&set_bookmark()&Set a bookmark for this resource&2 s&9&3&anot.gif&anno-&tations&annotate()&Make notes and annotations about this resource&2 ENDMENUITEMS @@ -879,7 +878,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');