1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:25:57 +00:00

offline: disable using init-param

This commit is contained in:
Andrew Dolgov
2009-02-10 11:31:53 +03:00
parent 44d148ccc6
commit 59b223d74d
3 changed files with 18 additions and 5 deletions

View File

@@ -3013,6 +3013,8 @@
print "<param key=\"sync_counters\" value=\"1\"/>";
print "<param key=\"offline_enabled\" value=\"0\"/>";
$result = db_query($link, "SELECT COUNT(*) AS cf FROM
ttrss_feeds WHERE owner_uid = " . $_SESSION["uid"]);