summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index b54789fa2..80fed8e3b 100644
--- a/functions.php
+++ b/functions.php
@@ -102,7 +102,8 @@
$result = db_query($link, "SELECT feed_url,id,
substring(last_updated,1,19) as last_updated,
- update_interval FROM ttrss_feeds WHERE owner_uid = '$user_id'");
+ update_interval FROM ttrss_feeds WHERE owner_uid = '$user_id'
+ ORDER BY last_updated DESC");
while ($line = db_fetch_assoc($result)) {
$upd_intl = $line["update_interval"];