Diff for /loncom/interface/lonblockingstatus.pm between versions 1.14 and 1.14.2.1

version 1.14, 2020/01/23 23:48:12 version 1.14.2.1, 2020/09/03 14:06:06
Line 52  sub handler { Line 52  sub handler {
   
     my $title = 'Communication Blocking Status Information';      my $title = 'Communication Blocking Status Information';
   
     if (($activity eq 'docs') || ($activity eq 'printout')) {      if (($activity eq 'docs') || ($activity eq 'printout') ||
           ($activity eq 'passwd')) {
         $title = 'Blocking Status Information';          $title = 'Blocking Status Information';
         $origurl = $env{'form.url'};          if ($activity eq 'docs') {
               $origurl = $env{'form.url'};
           }
     }      }
     $r->print(&Apache::loncommon::start_page($title,undef,      $r->print(&Apache::loncommon::start_page($title,undef,
                                             {'only_body' => 1}));                                              {'only_body' => 1}));

Removed from v.1.14  
changed lines
  Added in v.1.14.2.1


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