summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-20 04:37:24 +0100
committerAndrew Dolgov <[email protected]>2008-02-20 04:37:24 +0100
commitfca933507dbca725ee3caf5eff19a13e67b3ae92 (patch)
tree78d9612e59e08c08fe7e29dc02533dd9e7923fee /functions.php
parent8b557634e2dcfbd0d990cf02185dd30d54ea5d5b (diff)
new option: HIDE_FEEDLIST (bump schema)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/functions.php b/functions.php
index d4f853a54..05ba701af 100644
--- a/functions.php
+++ b/functions.php
@@ -2925,9 +2925,8 @@
print "<param key=\"hide_read_shows_special\" value=\"" .
(int) get_pref($link, "HIDE_READ_SHOWS_SPECIAL") . "\"/>";
- if (defined('_HIDDEN_FL_TEST')) {
- print "<param key=\"hide_feedlist\" value=\"1\"/>";
- }
+ print "<param key=\"hide_feedlist\" value=\"" .
+ (int) get_pref($link, "HIDE_FEEDLIST") . "\"/>";
print "</init-params>";
}