summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-17 07:57:33 +0100
committerAndrew Dolgov <[email protected]>2009-01-17 07:57:33 +0100
commitb6d486a3a4ce5d4fb732ecd8a6b6942eaf2917b6 (patch)
treeefd19c8d77a8bf35693d03ed433faec3f104395b /backend.php
parent0bdec4560ef0c846adacb4877557825f50d26363 (diff)
code cleanup; ccache category calculation for cid=0 corrected
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/backend.php b/backend.php
index c2efc73d6..b7419dede 100644
--- a/backend.php
+++ b/backend.php
@@ -401,15 +401,6 @@
update_daemon_common($link, 0, true, true);
print " -->";
- // FIXME : old feed update way. To be removed.
- //$result = db_query($link, "SELECT id FROM ttrss_users");
-
- //while ($line = db_fetch_assoc($result)) {
- // $user_id = $line["id"];
- // print "<!-- updating feeds of uid $user_id -->";
- // update_all_feeds($link, false, $user_id);
- //}
-
print "<rpc-reply>
<message msg=\"All feeds updated\"/>
</rpc-reply>";