1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

implement fetching and exporting of shared feeds

This commit is contained in:
Andrew Dolgov
2011-04-20 15:21:00 +04:00
parent cfc0647184
commit ae5f7bb11a
7 changed files with 143 additions and 38 deletions

View File

@@ -219,6 +219,9 @@
_debug("Cleaned $rc cached tags.");
_debug("Updating linked feeds...");
get_linked_feeds($link);
}
_debug("Elapsed time: " . (time() - $start_timestamp) . " second(s)");