--- loncom/interface/loncommunicate.pm 2002/05/07 19:24:28 1.9 +++ loncom/interface/loncommunicate.pm 2002/06/24 14:33:21 1.10 @@ -1,7 +1,7 @@ # The LearningOnline Network # Communicate # -# $Id: loncommunicate.pm,v 1.9 2002/05/07 19:24:28 matthew Exp $ +# $Id: loncommunicate.pm,v 1.10 2002/06/24 14:33:21 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -91,6 +91,7 @@ END foreach (@msgids) { my ($sendtime,$shortsubj,$fromname,$fromdom,$status)= &Apache::lonmsg::unpackmsgid($_); + if ($sendtime!~/error/) { $sendtime = localtime($sendtime); if ($status eq 'new') { push @newmsgs, { @@ -101,6 +102,7 @@ END fromdom => $fromdom } } + } } if ($#newmsgs >= 0) { $r->print(<