Diff for /loncom/interface/loncommon.pm between versions 1.1344 and 1.1345

version 1.1344, 2020/07/01 20:08:54 version 1.1345, 2020/08/10 19:28:21
Line 5489  END_MYBLOCK Line 5489  END_MYBLOCK
         $text = &mt('Printing Blocked');          $text = &mt('Printing Blocked');
     } elsif ($activity eq 'passwd') {      } elsif ($activity eq 'passwd') {
         $text = &mt('Password Changing Blocked');          $text = &mt('Password Changing Blocked');
       } elsif ($activity eq 'grades') {
           $text = &mt('Gradebook 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.1344  
changed lines
  Added in v.1.1345


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