--- loncom/interface/lonmsg.pm 2004/09/28 14:12:40 1.109 +++ loncom/interface/lonmsg.pm 2004/09/28 14:38:50 1.110 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.109 2004/09/28 14:12:40 matthew Exp $ +# $Id: lonmsg.pm,v 1.110 2004/09/28 14:38:50 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -655,7 +655,7 @@ ENDDISHEADER '('.$_.'),'.$role.''); } } - $r->print('

'); + $r->print('
'); while (my ($student,$info) = each(%$classlist)) { my ($sname,$sdom,$status,$fullname,$section) = (@{$info}[&Apache::loncoursedata::CL_SNAME(), @@ -663,7 +663,7 @@ ENDDISHEADER &Apache::loncoursedata::CL_STATUS(), &Apache::loncoursedata::CL_FULLNAME(), &Apache::loncoursedata::CL_SECTION()]); - # next if ($status ne 'Active'); + next if ($status ne 'Active'); my $key = 'send_to_&&&'.$section.'&&&'.$student; if (! defined($fullname) || $fullname eq '') { $fullname = $sname; } $r->print(''); } - $r->print('
'.$sname.'@'.$sdom.''.$section. '

'); + $r->print(''); } # ==================================================== Display Critical Message