Diff for /loncom/interface/lonannounce.pm between versions 1.56 and 1.57

version 1.56, 2006/06/29 15:23:59 version 1.57, 2006/06/29 16:44:49
Line 241  sub listcell { Line 241  sub listcell {
     foreach my $item (@items) {      foreach my $item (@items) {
         if (ref($item)) {          if (ref($item)) {
     my ($courseid,$start,$end,$msg)=@$item;      my ($courseid,$start,$end,$msg)=@$item;
     &Apache::lonnet::logthis(" msg2 is ".ref($msg)." $msg ");  
     my $fullmsg=&Apache::lonlocal::locallocaltime($start);      my $fullmsg=&Apache::lonlocal::locallocaltime($start);
     if ($start!=$end) {      if ($start!=$end) {
  $fullmsg.=&mt(' to ').   $fullmsg.=&mt(' to ').

Removed from v.1.56  
changed lines
  Added in v.1.57


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