--- loncom/interface/lonpreferences.pm 2003/04/30 15:49:45 1.23 +++ loncom/interface/lonpreferences.pm 2003/05/21 00:48:27 1.24 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.23 2003/04/30 15:49:45 matthew Exp $ +# $Id: lonpreferences.pm,v 1.24 2003/05/21 00:48:27 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -651,7 +651,9 @@ sub handler { } elsif ($ENV{'form.action'} eq 'verify_and_change_colors') { &verify_and_change_colors($r); } elsif ($ENV{'form.action'} eq 'debugtoggle') { - if ($ENV{'user.name'} eq 'albertel' ) { + if (($ENV{'user.name'} eq 'albertel' ) || + ($ENV{'user.name'} eq 'kortemey' ) || + ($ENV{'user.name'} eq 'korte')) { if ($ENV{'user.debug'}) { &Apache::lonnet::delenv('user\.debug'); } else { @@ -706,7 +708,9 @@ ENDABOUTME ENDCOLORFORM - if ($ENV{'user.name'} eq 'albertel') { + if (($ENV{'user.name'} eq 'albertel' ) || + ($ENV{'user.name'} eq 'kortemey' ) || + ($ENV{'user.name'} eq 'korte')) { $r->print(<