--- loncom/interface/loncommunicate.pm 2002/08/21 17:18:08 1.11
+++ loncom/interface/loncommunicate.pm 2002/12/27 16:33:36 1.14
@@ -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.14 2002/12/27 16:33:36 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 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, {