summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-29 09:01:53 +0100
committerAndrew Dolgov <[email protected]>2008-08-29 09:01:53 +0100
commit9d393c84da965ebdcdaba26491ad0649c273af18 (patch)
tree7d004e4fbdbea3dcba1839d41f8f50c5a6ce4441 /functions.php
parent782ddd701480eb36767d94a1549f956c2ab8cc35 (diff)
add action to reset category order
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 240194731..f097e1910 100644
--- a/functions.php
+++ b/functions.php
@@ -4234,9 +4234,9 @@
if (get_pref($link, 'ENABLE_FEED_CATS')) {
if (get_pref($link, "FEEDS_SORT_BY_UNREAD")) {
- $order_by_qpart = "category,unread DESC,title";
+ $order_by_qpart = "order_id,category,unread DESC,title";
} else {
- $order_by_qpart = "category,title";
+ $order_by_qpart = "order_id,category,title";
}
} else {
if (get_pref($link, "FEEDS_SORT_BY_UNREAD")) {