Diff for /loncom/interface/loncommunicate.pm between versions 1.16 and 1.17

version 1.16, 2003/09/23 00:26:10 version 1.17, 2003/10/04 20:49:40
Line 112  END Line 112  END
         my ($sendtime,$shortsubj,$fromname,$fromdom,$status)=          my ($sendtime,$shortsubj,$fromname,$fromdom,$status)=
     &Apache::lonmsg::unpackmsgid($_);      &Apache::lonmsg::unpackmsgid($_);
        if (defined($sendtime) && $sendtime!~/error/) {         if (defined($sendtime) && $sendtime!~/error/) {
         $sendtime = localtime($sendtime);          $sendtime = &Apache::lonlocal::locallocaltime($sendtime);
         if ($status eq 'new') {          if ($status eq 'new') {
             push @newmsgs, {               push @newmsgs, { 
                 msgid    => $_,                  msgid    => $_,

Removed from v.1.16  
changed lines
  Added in v.1.17


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>