Diff for /loncom/interface/lonwhatsnew.pm between versions 1.33 and 1.34

version 1.33, 2005/12/02 23:17:47 version 1.34, 2005/12/05 16:42:26
Line 460  sub getitems { Line 460  sub getitems {
 # Check for unread discussion postings  # Check for unread discussion postings
         if ($$show{'coursediscussion'}) {          if ($$show{'coursediscussion'}) {
             &check_discussions($cdom,$crs,$resource,$symb,$ressymb,$title,              &check_discussions($cdom,$crs,$resource,$symb,$ressymb,$title,
                                        $newdiscussions,$unread,\&lastreadtime);                                         $newdiscussions,$unread,\%lastreadtime);
         }          }
   
 # Check for ungraded problems  # Check for ungraded problems

Removed from v.1.33  
changed lines
  Added in v.1.34


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