Diff for /loncom/interface/lonmsgdisplay.pm between versions 1.33 and 1.34

version 1.33, 2006/06/27 18:34:43 version 1.34, 2006/06/27 21:32:24
Line 1086  sub examblock { Line 1086  sub examblock {
  $r->print('Not allowed');   $r->print('Not allowed');
  return;   return;
     }      }
     my $usertype = (&Apache::loncommon::course_type() eq 'Group') ? 'members',      my $usertype = (&Apache::loncommon::course_type() eq 'Group') ? 'members'
                                                           : 'students';                                                            : 'students';
     my %lt=&Apache::lonlocal::texthash(      my %lt=&Apache::lonlocal::texthash(
             'comb' => 'Communication Blocking',              'comb' => 'Communication Blocking',

Removed from v.1.33  
changed lines
  Added in v.1.34


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