1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-25 17:37:10 +00:00

use transactions in feed update process, better handle feeds without entry dates (schema updated)

This commit is contained in:
Andrew Dolgov
2005-08-23 06:46:48 +01:00
parent 9d9c9dd645
commit b82af8c382
3 changed files with 55 additions and 23 deletions

View File

@@ -16,6 +16,14 @@
if ($op == "rpc") {
$subop = $_GET["subop"];
if ($subop == "forceUpdateAll") {
update_all_feeds($link, true);
}
if ($subop == "updateAll") {
update_all_feeds($link, false);
}
if ($subop == "catchupPage") {