]> git.wh0rd.org - tt-rss.git/commitdiff
api: updateArticle: mention need to update ccache
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 3 Nov 2010 19:09:50 +0000 (22:09 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 3 Nov 2010 19:09:50 +0000 (22:09 +0300)
api/index.php

index 4fbf296e723f022d9656fcfbea2aab22cbb02ebc..0dae178e4df71fdb314540e8a533342ced61bf86 100644 (file)
                                        $result = db_query($link, "UPDATE ttrss_user_entries SET $field = $set_to
                                                WHERE ref_id IN ($article_ids) AND owner_uid = " . $_SESSION["uid"]);
                                }
+
+                               // FIXME: find out which feeds reference this article id and do ccache_update() on them
                        }
 
                        break;