Diff for /loncom/interface/lonmsgdisplay.pm between versions 1.124.4.7 and 1.124.4.8

version 1.124.4.7, 2010/01/25 21:08:48 version 1.124.4.8, 2010/01/30 22:28:20
Line 2329  sub displaymessage { Line 2329  sub displaymessage {
     if ( $blocked{$msgid} eq 'ON' ) {      if ( $blocked{$msgid} eq 'ON' ) {
         &printheader($r,'/adm/email',&mt('Display a Message'));          &printheader($r,'/adm/email',&mt('Display a Message'));
         $r->print(&mt('You attempted to display a message that is currently blocked because you are enrolled in one or more courses for which there is an ongoing online exam.'));          $r->print(&mt('You attempted to display a message that is currently blocked because you are enrolled in one or more courses for which there is an ongoing online exam.'));
         &build_block_table($r,$startblock,$endblock,\%setters);          $r->print(&Apache::loncommon::build_block_table($startblock,$endblock,\%setters));
         return;          return;
     }      }
     if ($msgstatus eq '') {      if ($msgstatus eq '') {

Removed from v.1.124.4.7  
changed lines
  Added in v.1.124.4.8


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