--- loncom/interface/lonpreferences.pm 2005/04/07 06:56:23 1.59 +++ loncom/interface/lonpreferences.pm 2005/06/06 02:29:46 1.60 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.59 2005/04/07 06:56:23 albertel Exp $ +# $Id: lonpreferences.pm,v 1.60 2005/06/06 02:29:46 albertel 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'} =~ /^(megan|albertel|fox|foxr|koretemey|korte|hallmat3|turtle)$/) { 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)$/ + /^(megan|albertel|kortemey|fox|foxr|korte|hallmat3|turtle)$/ ) { push (@Options,({ action => 'debugtoggle', linktext => 'Toggle Debug Messages',