--- loncom/interface/lonmenu.pm 2004/07/02 07:58:01 1.109 +++ loncom/interface/lonmenu.pm 2004/07/23 19:09:27 1.111 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.109 2004/07/02 07:58:01 albertel Exp $ +# $Id: lonmenu.pm,v 1.111 2004/07/23 19:09:27 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -339,7 +339,6 @@ sub innerregister { } } # Finally, turn the button on or off - &Apache::lonnet::logthis("cfile is $cfile"); if ($cfile) { $editbutton=&switch ('','',6,1,'cstr.gif','edit[_1]','resource[_2]', @@ -605,7 +604,9 @@ sub reopenmenu { sub open { my $returnval=''; if (($ENV{'browser.interface'} eq 'textual') || - ($ENV{'environment.remote'} eq 'off')) { return ''; } + ($ENV{'environment.remote'} eq 'off')) { + return ''; + } my $menuname='LCmenu'.$Apache::lonnet::perlvar{'lonHostID'}; unless (shift eq 'unix') { # resizing does not work on linux because of virtual desktop sizes