summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-21 09:30:54 +0100
committerAndrew Dolgov <[email protected]>2008-01-21 09:30:54 +0100
commit22f3e356c8d0f2178c1d401f9bb096d3ea142a8f (patch)
tree3f967bee761cec915c145a7f59434554ee571908 /functions.php
parent7ddd770071d37676401a267f259b782d93e0f561 (diff)
new option: HIDE_READ_SHOWS_SPECIAL (bump schema)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index a5da7b0bb..e0eb2bb0e 100644
--- a/functions.php
+++ b/functions.php
@@ -2841,6 +2841,9 @@
print "<param key=\"icons_location\" value=\"" .
ICONS_URL . "\"/>";
+ print "<param key=\"hide_read_shows_special\" value=\"" .
+ (int) get_pref($link, "HIDE_READ_SHOWS_SPECIAL") . "\"/>";
+
print "</init-params>";
}