]> git.wh0rd.org Git - tt-rss.git/commitdiff
properly unmark updated articles when reading
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 15 May 2007 06:25:40 +0000 (07:25 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 15 May 2007 06:25:40 +0000 (07:25 +0100)
backend.php

index f83b71d5e10dafc07130972f4385376061481599..6f37085faf7554c639e733fc06904e73e8efb33e 100644 (file)
 
                if ($mode == "") {
                        outputArticleXML($link, $id, $feed_id);
-               } else if ($mode == "prefetch") {
+               } else {
                        catchupArticleById($link, $id, 0);
                }