Hello, I'm having trouble changing the order of listings in categories. Currently the featured items are all at the top but we would like the newest listings in the category to show at the top.


In the old version of flynax 4.6.2 I was able to change this by editing rllistings.class file

Changing
$sql .= "ORDER BY "'Featured' desc;

To this
$sql .= "ORDER BY ";

Now in version 4.7.1 this change no longer works and gives an error.

Any idea on how to fix this in the new version?