summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-04 04:26:20 +0100
committerAndrew Dolgov <[email protected]>2007-05-04 04:26:20 +0100
commitfe8d2059648bfaf773277918927fcd2af4f314a0 (patch)
tree141d507d3ee894d9bd714543d9cbb28caef2eeae /functions.php
parent87b9fb65321ec077a5d062f571c8384136c0fdc4 (diff)
save active tab in prefs, fix 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 3968764f7..bfed27be4 100644
--- a/functions.php
+++ b/functions.php
@@ -2223,6 +2223,9 @@
print "<param key=\"default_view_limit\" value=\"" .
sprintf("%d", get_pref($link, "_DEFAULT_VIEW_LIMIT")) . "\"/>";
+ print "<param key=\"prefs_active_tab\" value=\"" .
+ get_pref($link, "_PREFS_ACTIVE_TAB") . "\"/>";
+
print "</init-params>";
}