summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-10 13:56:42 +0300
committerAndrew Dolgov <[email protected]>2010-11-10 13:56:42 +0300
commitb3990c92e7dc4dc051aac0a444e8f6e13777ecc6 (patch)
tree3139367e48e8235d557e15b61adffc84f0bcf759 /modules
parent5414ad4c80e5bb5c973d2299aa5500623ce07452 (diff)
add option to sort headlines by feed-specified date (bump schema)
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php
index 5fcb93115..e291e5c11 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -20,7 +20,7 @@
"PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",
"BLACKLISTED_TAGS", "ENABLE_FEED_ICONS", "ENABLE_API_ACCESS",
"UPDATE_POST_ON_CHECKSUM_CHANGE", "DEFAULT_UPDATE_INTERVAL",
- "MARK_UNREAD_ON_UPDATE", "USER_TIMEZONE");
+ "MARK_UNREAD_ON_UPDATE", "USER_TIMEZONE", "SORT_HEADLINES_BY_FEED_DATE");
if (FORCE_ARTICLE_PURGE != 0) {
array_push($prefs_blacklist, "PURGE_OLD_DAYS");