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
Return to the default flat view Create a new topic Submit Reply
rdf.php - order problem [message #22945] Tue, 22 February 2005 14:01 Go to previous message
bobby is currently offline  bobby   Ukraine
Messages: 14
Registered: January 2005
Karma:
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
[Message index]
 
Read Message
Read Message
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: Sun Nov 10 13:30:00 GMT 2024

Total time taken to generate the page: 0.04813 seconds