Diff for /loncom/interface/lonwhatsnew.pm between versions 1.123 and 1.124

version 1.123, 2017/05/19 18:23:19 version 1.124, 2017/09/13 22:30:20
Line 1325  sub getnormalmail { Line 1325  sub getnormalmail {
             if ($emailstatus{$msgid} eq 'new') {              if ($emailstatus{$msgid} eq 'new') {
                 $skipstatus = 1;                  $skipstatus = 1;
             }              }
               my $esc_msgid = &escape($msgid);
             my ($sendtime,$shortsubj,$fromname,$fromdom,$status,$fromcid)=              my ($sendtime,$shortsubj,$fromname,$fromdom,$status,$fromcid)=
                 &Apache::lonmsg::unpackmsgid($msgid,undef,$skipstatus,undef,                  &Apache::lonmsg::unpackmsgid($msgid,undef,$skipstatus,undef,
                                              $env{'request.course.id'});                                               $env{'request.course.id'});
Line 1337  sub getnormalmail { Line 1338  sub getnormalmail {
                             $shortsubj = &mt('No subject');                              $shortsubj = &mt('No subject');
                         }                          }
                         push(@{$newmsgs}, {                          push(@{$newmsgs}, {
                             msgid    => $msgid,                              msgid    => $esc_msgid,
                             sendtime => $sendtime,                              sendtime => $sendtime,
                             shortsub => $shortsubj,                              shortsub => $shortsubj,
                             from     => $fromname,                              from     => $fromname,

Removed from v.1.123  
changed lines
  Added in v.1.124


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