--- loncom/interface/lonpreferences.pm 2004/11/19 20:17:52 1.50 +++ loncom/interface/lonpreferences.pm 2004/12/22 11:58:32 1.51 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.50 2004/11/19 20:17:52 albertel Exp $ +# $Id: lonpreferences.pm,v 1.51 2004/12/22 11:58:32 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1047,7 +1047,7 @@ sub handler { })); - if ($ENV{'user.name'} =~ /^(albertel|koretemey|korte|hallmat3|turtle)$/) { + if ($ENV{'user.name'} =~ /^(albertel|fox|foxr|koretemey|korte|hallmat3|turtle)$/) { push (@Options,({ action => 'debugtoggle', printmenu => 'yes', subroutine => \&toggle_debug, @@ -1082,7 +1082,7 @@ ENDHEADER if (($printmenu eq 'yes') && (!$ENV{'form.returnurl'})) { my $optionlist = ''; if ($ENV{'user.name'} =~ - /^(albertel|kortemey|korte|hallmat3|turtle)$/ + /^(albertel|kortemey|fox|foxr|korte|hallmat3|turtle)$/ ) { push (@Options,({ action => 'debugtoggle', linktext => 'Toggle Debug Messages',