--- loncom/interface/lonpreferences.pm 2004/03/08 17:31:37 1.36 +++ loncom/interface/lonpreferences.pm 2004/03/16 20:18:01 1.38 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.36 2004/03/08 17:31:37 www Exp $ +# $Id: lonpreferences.pm,v 1.38 2004/03/16 20:18:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -25,16 +25,6 @@ # # http://www.lon-capa.org/ # -# (Internal Server Error Handler -# -# (Login Screen -# 5/21/99,5/22,5/25,5/26,5/31,6/2,6/10,7/12,7/14, -# 1/14/00,5/29,5/30,6/1,6/29,7/1,11/9 Gerd Kortemeyer) -# -# 3/1/1 Gerd Kortemeyer) -# -# 3/1 Gerd Kortemeyer -# # 2/13/02 2/14 2/15 Matthew Hall # # This package uses the "londes.js" javascript code. @@ -770,7 +760,6 @@ ENDHEADER my $printmenu = 'yes'; foreach my $option (@Options) { if ($option->{'action'} eq $ENV{'form.action'}) { - &Apache::lonnet::logthis('got action '.$option->{'action'}); $call = $option->{'subroutine'}; $printmenu = $option->{'printmenu'}; if (exists($option->{'breadcrumb'})) { @@ -788,7 +777,7 @@ ENDHEADER if ($printmenu eq 'yes') { my $optionlist = ''; if ($ENV{'user.name'} =~ - /^(albertel|koretemey|korte|hallmat3|turtle)$/ + /^(albertel|kortemey|korte|hallmat3|turtle)$/ ) { push (@Options,({ action => 'debugtoggle', linktext => 'Toggle Debug Messages',