Show
Ignore:
Timestamp:
05/18/06 17:11:36 (6 years ago)
Author:
nick
Message:

Newest, not oldest (doh!)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit/trunk/lib/Wiki/Toolkit/Feed/Listing.pm

    r296 r297  
    4343 
    4444Based on the supplied criteria (but not using all of those used by 
    45 B<fetch_recently_changed_nodes>), find the oldest node from the recently 
     45B<fetch_recently_changed_nodes>), find the newest node from the recently 
    4646changed nodes set. Normally used for dating the whole of a Feed. 
    4747 
    4848=cut 
    49 sub fetch_oldest_for_recently_changed { 
     49sub fetch_newest_for_recently_changed { 
    5050    my ($self, %args) = @_; 
    5151