--- loncom/interface/loncommunicate.pm 2002/08/21 17:18:08 1.11 +++ loncom/interface/loncommunicate.pm 2002/12/30 14:10:58 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network # Communicate # -# $Id: loncommunicate.pm,v 1.11 2002/08/21 17:18:08 www Exp $ +# $Id: loncommunicate.pm,v 1.15 2002/12/30 14:10:58 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -77,8 +77,12 @@ END Broadcast message to course - Upload messages to course + Distribute messages from uploaded file to course + + User notes, records of face-to-face discussions, and critical messages + + END } $r->print(''); @@ -90,7 +94,7 @@ END foreach (@msgids) { my ($sendtime,$shortsubj,$fromname,$fromdom,$status)= &Apache::lonmsg::unpackmsgid($_); - if ($sendtime!~/error/) { + if (defined($sendtime) && $sendtime!~/error/) { $sendtime = localtime($sendtime); if ($status eq 'new') { push @newmsgs, {