--- loncom/interface/lonpreferences.pm 2005/06/06 02:32:36 1.61 +++ loncom/interface/lonpreferences.pm 2005/06/06 16:23:55 1.62 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.61 2005/06/06 02:32:36 albertel Exp $ +# $Id: lonpreferences.pm,v 1.62 2005/06/06 16:23:55 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1155,7 +1155,7 @@ sub handler { })); - if ($env{'user.name'} =~ /^(albertel|fox|foxr|koretemey|korte|hallmat3|turtle)$/) { + if ($env{'user.name'} =~ /^(albertel|fox|foxr|koretemey|korte|hallmat3|turtle|raeburn)$/) { push (@Options,({ action => 'debugtoggle', printmenu => 'yes', subroutine => \&toggle_debug, @@ -1191,7 +1191,7 @@ ENDHEADER if (($printmenu eq 'yes') && (!$env{'form.returnurl'})) { my $optionlist = ''; if ($env{'user.name'} =~ - /^(albertel|kortemey|fox|foxr|korte|hallmat3|turtle)$/ + /^(albertel|kortemey|fox|foxr|korte|hallmat3|turtle|raeburn)$/ ) { push (@Options,({ action => 'debugtoggle', linktext => 'Toggle Debug Messages',