Diff for /loncom/interface/lonrss.pm between versions 1.60 and 1.61

version 1.60, 2021/11/30 17:35:10 version 1.61, 2021/12/14 03:15:12
Line 289  sub blocking_blogdisplay { Line 289  sub blocking_blogdisplay {
         } elsif ($blockcause eq 'ip') {          } elsif ($blockcause eq 'ip') {
             my $showdom = &Apache::lonnet::domain($blockdom);              my $showdom = &Apache::lonnet::domain($blockdom);
             if ($showdom eq '') {              if ($showdom eq '') {
                 $showdom = $blockdom                  $showdom = $blockdom;
             }              }
             $output .= &mt('This restriction was set by an administrator in the [_1] LON-CAPA domain',$showdom);              $output .= &mt('This restriction was set by an administrator in the [_1] LON-CAPA domain',$showdom);
         } else {          } else {

Removed from v.1.60  
changed lines
  Added in v.1.61


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