Changeset 790 for trunk/wiki.cgi

Show
Ignore:
Timestamp:
05/19/06 12:08:19 (3 years ago)
Author:
nick
Message:

Pass the requested feed listing through all the feeds code, rather than just assuming it's recent_changes

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      .vimrc
      *.swp
  • trunk/wiki.cgi

    r788 r790  
    105105                               category locale ); 
    106106                $args{feed_type} = 'rss'; 
     107                $args{feed_listing} = 'recent_changes'; 
    107108                $guide->display_feed( %args ); 
    108109            } elsif ( $feed eq "chef_dan" ) { 
     
    116117                           category locale ); 
    117118            $args{feed_type} = 'atom'; 
     119            $args{feed_listing} = 'recent_changes'; 
    118120            $guide->display_feed( %args ); 
    119121        } else {