Diff for /loncom/interface/loncommunicate.pm between versions 1.9 and 1.10

version 1.9, 2002/05/07 19:24:28 version 1.10, 2002/06/24 14:33:21
Line 91  END Line 91  END
     foreach (@msgids) {      foreach (@msgids) {
         my ($sendtime,$shortsubj,$fromname,$fromdom,$status)=          my ($sendtime,$shortsubj,$fromname,$fromdom,$status)=
     &Apache::lonmsg::unpackmsgid($_);      &Apache::lonmsg::unpackmsgid($_);
          if ($sendtime!~/error/) {
         $sendtime = localtime($sendtime);          $sendtime = localtime($sendtime);
         if ($status eq 'new') {          if ($status eq 'new') {
             push @newmsgs, {               push @newmsgs, { 
Line 101  END Line 102  END
                 fromdom  => $fromdom                   fromdom  => $fromdom 
                 }                  }
         }          }
          }
     }      }
     if ($#newmsgs >= 0) {      if ($#newmsgs >= 0) {
         $r->print(<<TABLEHEAD);          $r->print(<<TABLEHEAD);

Removed from v.1.9  
changed lines
  Added in v.1.10


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