summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-22 13:52:18 +0100
committerAndrew Dolgov <[email protected]>2005-08-22 13:52:18 +0100
commit9d9c9dd645458b4332e7848a106e0593c6d28340 (patch)
treefe21e73e2f088f95e5f251f42fe3ce0d3552ac2a /backend.php
parent2127761f2bf92269e0276cb2ff8fa8acd2819d8e (diff)
MIN_UPDATE_TIME, 600 -> 1800 sec
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index a26d056b5..72c61a8f5 100644
--- a/backend.php
+++ b/backend.php
@@ -41,9 +41,8 @@
pg_query("UPDATE ttrss_entries SET last_read = NOW(),unread = false");
}
- if ($fetch) update_all_feeds($link, $fetch);
+ update_all_feeds($link, $fetch);
-
$result = pg_query("SELECT *,
(SELECT count(id) FROM ttrss_entries
WHERE feed_id = ttrss_feeds.id) AS total,