AROUNDMe - Support: sr #105959, RSS order
You are not allowed to post comments on this tracker with your current authentication level.
sr #105959: RSS order
Submitter: | tom calthrop <barnraiser> | ||
Submitted: | Fri 03 Aug 2007 05:19:47 AM UTC | ||
Priority: | 5 - Normal | Severity: | 3 - Normal |
Status: | Pending | Privacy: | Public |
Assigned to: | barnraiser | Open/Closed: | Open |
url: | |||
Product: |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
The RSS order needs to be in reverse chronological order (as per the RSS specification).
Open feed/rss.php and change lines 77 and 107 to be
$query .= " ORDER BY datetime desc";
Needs adding to CVS.
tom