summaryrefslogtreecommitdiff
path: root/update_daemon.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-12 06:06:04 +0100
committerAndrew Dolgov <[email protected]>2006-02-12 06:06:04 +0100
commit085a5a744064efbcd962265b46a8a74ad39051f7 (patch)
treec234294982ddbeaf7ffc1748fdd44dfdbf3490e4 /update_daemon.php
parent633d263b04ea20868bc5020bb4251f4a1fa6b13d (diff)
rename UPDATE_SCHEDULER to UPDATE_DAEMON, more update daemon work, update NEWS
Diffstat (limited to 'update_daemon.php')
-rw-r--r--update_daemon.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/update_daemon.php b/update_daemon.php
index d9a465a5e..37c42ba1b 100644
--- a/update_daemon.php
+++ b/update_daemon.php
@@ -34,9 +34,13 @@
while (true) {
- // FIXME: get all schedule updates w/forced refetch
+ // FIXME: get all scheduled updates w/forced refetch
- print "Checking schedules updates (NOT IMPLEMENTED YET)\n";
+# $result = db_query($link, "SELECT * FROM ttrss_scheduled_updates ORDER BY id");
+# while ($line = db_fetch_assoc($result)) {
+# print "Scheduled feed update: " . $line["feed_id"] . ", UID: " .
+# $line["owner_uid"] . "\n";
+# }
// Process all other feeds using last_updated and interval parameters