diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2007-05-15 07:25:40 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2007-05-15 07:25:40 +0100 |
| commit | 53761dda370de2d37dfd2cb1446b1c634b26abf2 (patch) | |
| tree | e23513308c612a735fe91e7f1a1b731e5c893590 | |
| parent | df9e0a3b46b9053f753b51cd19c5150b04a2bcf8 (diff) | |
properly unmark updated articles when reading
| -rw-r--r-- | backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php index f83b71d5e..6f37085fa 100644 --- a/backend.php +++ b/backend.php @@ -157,7 +157,7 @@ if ($mode == "") { outputArticleXML($link, $id, $feed_id); - } else if ($mode == "prefetch") { + } else { catchupArticleById($link, $id, 0); } |