mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 10:21:28 +00:00
new option: ENABLE_OFFLINE_READING (bump schema)
This commit is contained in:
@@ -3013,7 +3013,8 @@
|
||||
|
||||
print "<param key=\"sync_counters\" value=\"1\"/>";
|
||||
|
||||
print "<param key=\"offline_enabled\" value=\"0\"/>";
|
||||
print "<param key=\"offline_enabled\" value=\"".
|
||||
(int) get_pref($link, "ENABLE_OFFLINE_READING") . "\"/>";
|
||||
|
||||
$result = db_query($link, "SELECT COUNT(*) AS cf FROM
|
||||
ttrss_feeds WHERE owner_uid = " . $_SESSION["uid"]);
|
||||
|
||||
Reference in New Issue
Block a user