Diff for /loncom/interface/lonannounce.pm between versions 1.81 and 1.82

version 1.81, 2010/02/13 16:47:38 version 1.82, 2010/03/16 20:10:13
Line 62  sub editfield { Line 62  sub editfield {
        'end' => 'Ending date',         'end' => 'Ending date',
        'incrss' => 'Include in course RSS newsfeed');         'incrss' => 'Include in course RSS newsfeed');
     if ($crstype eq 'Community') {      if ($crstype eq 'Community') {
         $lt{'anon'} = &mt('Community Announcements');          $lt{'annon'} = &mt('Community Announcements');
         $lt{'incrss'} = &mt('Include in community RSS newsfeed');          $lt{'incrss'} = &mt('Include in community RSS newsfeed');
     }      }
   

Removed from v.1.81  
changed lines
  Added in v.1.82


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