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

version 1.56, 2006/06/29 15:23:59 version 1.58, 2006/07/03 03:11:07
Line 81  sub readcalendar { Line 81  sub readcalendar {
         }          }
     }      }
   
       return %returnhash if ($courseid ne $env{'request.course.id'});
   
     my $can_see_hidden = $env{'request.role.adv'};      my $can_see_hidden = $env{'request.role.adv'};
     my $navmap;# = Apache::lonnavmaps::navmap->new();      my $navmap;# = Apache::lonnavmaps::navmap->new();
     my %resourcedata=      my %resourcedata=
Line 241  sub listcell { Line 243  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.58


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