summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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>";
}