summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-05 23:18:16 +0300
committerAndrew Dolgov <[email protected]>2009-02-05 23:18:16 +0300
commitd6416405f1e1ddfa4a5a7ffd80355a4f3f67d46c (patch)
tree8db5062ed6fb979b2bbb818df6fd3c942ec96c6b /modules
parentc26aa9f0e129547abbb445e4273cdec14d6f0228 (diff)
offline: show categories in feedlist
Diffstat (limited to 'modules')
-rw-r--r--modules/backend-rpc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php
index 8905012f6..711455de0 100644
--- a/modules/backend-rpc.php
+++ b/modules/backend-rpc.php
@@ -555,6 +555,11 @@
print __("Uncategorized");
print "]]></category>";
+ print "<category id=\"-1\" collapsed=\"".
+ (int)$_COOKIE["ttrss_vf_vclps"]."\"><![CDATA[";
+ print __("Special");
+ print "]]></category>";
+
while ($line = db_fetch_assoc($result)) {
print "<category
id=\"".$line["id"]."\"