From b6d486a3a4ce5d4fb732ecd8a6b6942eaf2917b6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Jan 2009 07:57:33 +0100 Subject: code cleanup; ccache category calculation for cid=0 corrected --- backend.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'backend.php') 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 ""; - // update_all_feeds($link, false, $user_id); - //} - print " "; -- cgit v1.2.3-54-g00ecf