Diff for /loncom/interface/lonpreferences.pm between versions 1.125.4.7 and 1.125.4.8

version 1.125.4.7, 2009/10/09 01:44:26 version 1.125.4.8, 2009/10/09 04:13:55
Line 2041  sub handler { Line 2041  sub handler {
                        }));                         }));
     }      }
   
     if ($env{'user.name'} =~ /^(albertel|fox|foxr|kortemey|korte|raeburn)$/) {      if (&can_toggle_debug()) {
         push (@Options,({ action => 'debugtoggle',          push (@Options,({ action => 'debugtoggle',
                           printmenu => 'yes',                            printmenu => 'yes',
                           subroutine => \&toggle_debug,                            subroutine => \&toggle_debug,
Line 2076  sub handler { Line 2076  sub handler {
         if (&can_toggle_debug()) {          if (&can_toggle_debug()) {
             push (@Options,({ action => 'debugtoggle',              push (@Options,({ action => 'debugtoggle',
                               linktext => 'Toggle Debug Messages',                                linktext => 'Toggle Debug Messages',
                               text => 'Current Debug status is -'.                                text => 'Current Debug status is: '.
                                       ($env{'user.debug'} ? 'on' : 'off'),                                        ($env{'user.debug'} ? 'on' : 'off'),
                               href => '/adm/preferences',                                href => '/adm/preferences',
                               printmenu => 'yes',                                printmenu => 'yes',

Removed from v.1.125.4.7  
changed lines
  Added in v.1.125.4.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>