summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-13 21:39:40 +0400
committerAndrew Dolgov <[email protected]>2012-08-13 21:39:40 +0400
commit854a2ace869b29f805d203bb74968ef1500eb54b (patch)
tree4f9f8b877de00e7d47a389d895746bf04a78c25c /include
parent09101297ee0596a6c66d9c7388795e8602c24113 (diff)
change include_children to a togglebutton; add placeholder setting save in a session
Diffstat (limited to 'include')
-rw-r--r--include/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 3cb503fd8..cb24cb877 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2137,6 +2137,7 @@
$params["icons_url"] = ICONS_URL;
$params["cookie_lifetime"] = SESSION_COOKIE_LIFETIME;
+ $params["default_include_children"] = $_SESSION["_DEFAULT_INCLUDE_CHILDREN"];
$params["default_view_mode"] = get_pref($link, "_DEFAULT_VIEW_MODE");
$params["default_view_limit"] = (int) get_pref($link, "_DEFAULT_VIEW_LIMIT");
$params["default_view_order_by"] = get_pref($link, "_DEFAULT_VIEW_ORDER_BY");