summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-03 23:50:45 +0300
committerAndrew Dolgov <[email protected]>2010-11-03 23:50:45 +0300
commitdb2443846c5786bad4e378fa048fd8a2b23fafcd (patch)
tree28c16293e90c132d674e49c058dabf854b0ea404 /functions.php
parent48317f5abb9cfc5bd34879f2dc465e82746da7d6 (diff)
fix the syndicated feeds being broken on postgresql
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index e18b02353..0712a8a91 100644
--- a/functions.php
+++ b/functions.php
@@ -3648,7 +3648,7 @@
if (!$limit) $limit = 30;
$qfh_ret = queryFeedHeadlines($link, $feed,
- $limit, false, $is_cat, $search, $search_mode, $match_on, "date_updated DESC", 0,
+ $limit, false, $is_cat, $search, $search_mode, $match_on, "date_entered DESC", 0,
$owner_uid);
$result = $qfh_ret[0];