summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-10 11:31:53 +0300
committerAndrew Dolgov <[email protected]>2009-02-10 11:31:53 +0300
commit59b223d74d7a56e253c728bd4a0175a1526d8618 (patch)
tree66f2fb2006154e066cd58c63d5d5ec1ff6a79c53 /functions.php
parent44d148ccc6db9a85772f6b248e9765661926147c (diff)
offline: disable using init-param
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 08e71b9d9..748cc6156 100644
--- a/functions.php
+++ b/functions.php
@@ -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"]);