order headlines by score

This commit is contained in:
Andrew Dolgov 2008-05-04 04:45:39 +01:00
parent a82dc5e490
commit 48b0c4ec7e
1 changed files with 2 additions and 0 deletions

View File

@ -3185,6 +3185,8 @@
$order_by = "updated DESC";
}
$order_by = "score DESC, $order_by";
if ($override_order) {
$order_by = $override_order;
}