diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2005-08-22 07:13:33 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2005-08-22 07:13:33 +0100 |
| commit | 9c9c7e6bb856d8225bd84067dbde54e291a88ced (patch) | |
| tree | 0b4b7865b83d004f12432432aba2ed0e6dc5ec4f /backend.php | |
| parent | 76798ff3f24b7c7b69bd12109228f769ceb650a6 (diff) | |
fix date parsing in feeds
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php index 2dac4205f..eed068709 100644 --- a/backend.php +++ b/backend.php @@ -15,7 +15,7 @@ if ($op == "feeds") { - if ($fetch) update_all_feeds($link); + if ($fetch) update_all_feeds($link, $fetch); $result = pg_query("SELECT *, (SELECT count(id) FROM ttrss_entries |