minutils / feed-on-feeds

Released in 2003, saw the rise and fall of Google Reader, reached perfection in 2011
http://feedonfeeds.com/
GNU General Public License v2.0
14 stars 9 forks source link

Sorting isn't working #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The list of feed is always sorted in a descending order regardless of the 
preferences and the GET 
varibale.

The error is on line 368 of fof-db.php. There the variable $order which is 
given with the function 
call of fof_db_get_items is overwritten with "order by i.item_published desc 
$limit_clause" and 
therefore
$order != "asc"
in the function call of fof_multi_sort on line 384 is always true.

Original issue reported on code.google.com by bernd.st...@googlemail.com on 27 Jul 2007 at 7:17

GoogleCodeExporter commented 9 years ago
Fixed in r145.  Thanks for tracking this down!

Original comment by stevemin...@gmail.com on 29 Jul 2007 at 3:19