[LON-CAPA-cvs] cvs: loncom /interface lonpreferences.pm
foxr
lon-capa-cvs@mail.lon-capa.org
Wed, 22 Dec 2004 11:58:32 -0000
foxr Wed Dec 22 06:58:32 2004 EDT
Modified files:
/loncom/interface lonpreferences.pm
Log:
Added fox/foxr to the people elligible to turn on debug output.
Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.50 loncom/interface/lonpreferences.pm:1.51
--- loncom/interface/lonpreferences.pm:1.50 Fri Nov 19 15:17:52 2004
+++ loncom/interface/lonpreferences.pm Wed Dec 22 06:58:32 2004
@@ -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 @@
}));
- 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 @@
if (($printmenu eq 'yes') && (!$ENV{'form.returnurl'})) {
my $optionlist = '<table cellpadding="5">';
if ($ENV{'user.name'} =~
- /^(albertel|kortemey|korte|hallmat3|turtle)$/
+ /^(albertel|kortemey|fox|foxr|korte|hallmat3|turtle)$/
) {
push (@Options,({ action => 'debugtoggle',
linktext => 'Toggle Debug Messages',