FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » rdf.php - order problem
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
rdf.php - order problem [message #22945] Tue, 22 February 2005 14:01 Go to next message
bobby is currently offline  bobby   Ukraine
Messages: 14
Registered: January 2005
Karma: 0
Junior Member
In this line

' . $lmt  . (isset($_GET['l']) ? ' ORDER BY m.post_stamp DESC LIMIT ' : ' LIMIT ') . qry_limit($limit, $offset));


should be like this

' . $lmt  . (isset($_GET['l']) ? ' ORDER BY m.post_stamp DESC LIMIT ' : ' ORDER BY m.post_stamp ASC LIMIT ') . qry_limit($limit, $offset));


I think
Re: rdf.php - order problem [message #22949 is a reply to message #22945] Tue, 22 February 2005 14:14 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Thanks, fixed in CVS.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Language in notifications
Next Topic: Incorrect URL in private message email notification
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 11:33:37 GMT 2024

Total time taken to generate the page: 0.02389 seconds