--- loncom/interface/lonmsgdisplay.pm 2006/06/27 18:34:43 1.33 +++ loncom/interface/lonmsgdisplay.pm 2006/06/27 21:32:24 1.34 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.33 2006/06/27 18:34:43 albertel Exp $ +# $Id: lonmsgdisplay.pm,v 1.34 2006/06/27 21:32:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1086,7 +1086,7 @@ sub examblock { $r->print('Not allowed'); return; } - my $usertype = (&Apache::loncommon::course_type() eq 'Group') ? 'members', + my $usertype = (&Apache::loncommon::course_type() eq 'Group') ? 'members' : 'students'; my %lt=&Apache::lonlocal::texthash( 'comb' => 'Communication Blocking',