Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.141.2.7 and 1.1075.2.141.2.8

version 1.1075.2.141.2.7, 2020/09/28 17:45:08 version 1.1075.2.141.2.8, 2020/09/29 19:02:00
Line 4704  sub blockcheck { Line 4704  sub blockcheck {
   
     if (($activity eq 'boards' || $activity eq 'chat' ||      if (($activity eq 'boards' || $activity eq 'chat' ||
          $activity eq 'groups' || $activity eq 'printout' ||           $activity eq 'groups' || $activity eq 'printout' ||
          $activity eq 'reinit' || $activity eq 'alert') &&           $activity eq 'search' || $activity eq 'reinit' ||
            $activity eq 'alert') &&
         ($env{'request.course.id'})) {          ($env{'request.course.id'})) {
         foreach my $key (keys(%live_courses)) {          foreach my $key (keys(%live_courses)) {
             if ($key ne $env{'request.course.id'}) {              if ($key ne $env{'request.course.id'}) {
Line 5027  END_MYBLOCK Line 5028  END_MYBLOCK
         $text = &mt('Password Changing Blocked');          $text = &mt('Password Changing Blocked');
     } elsif ($activity eq 'grades') {      } elsif ($activity eq 'grades') {
         $text = &mt('Gradebook Blocked');          $text = &mt('Gradebook Blocked');
       } elsif ($activity eq 'search') {
           $text = &mt('Search Blocked');
     } elsif ($activity eq 'alert') {      } elsif ($activity eq 'alert') {
         $text = &mt('Checking Critical Messages Blocked');          $text = &mt('Checking Critical Messages Blocked');
     } elsif ($activity eq 'reinit') {      } elsif ($activity eq 'reinit') {

Removed from v.1.1075.2.141.2.7  
changed lines
  Added in v.1.1075.2.141.2.8


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