]> git.wh0rd.org - tt-rss.git/blobdiff - update_daemon.php
rename UPDATE_SCHEDULER to UPDATE_DAEMON, more update daemon work, update NEWS
[tt-rss.git] / update_daemon.php
index d9a465a5ea339f220f6ae270b3d789ead16b7209..37c42ba1b8832c878932254c91a23661556757f9 100644 (file)
 
        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