summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-05 17:44:59 +0300
committerAndrew Dolgov <[email protected]>2010-11-05 17:44:59 +0300
commit8945282432f0d1ec8b43ae8779852bb1a039f5f4 (patch)
treefbf6c08d7113def7f8f1bee7163ce3d2afa8d33e /functions.php
parente325d7007588cfebe21f8a4d44931baba09bf1f5 (diff)
remove obsolete init-params
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/functions.php b/functions.php
index 05d5e968e..f806136df 100644
--- a/functions.php
+++ b/functions.php
@@ -3124,7 +3124,6 @@
array_push($params, make_init_param("theme_options", get_user_theme_options($link)));
array_push($params, make_init_param("daemon_enabled", ENABLE_UPDATE_DAEMON));
array_push($params, make_init_param("feeds_frame_refresh", FEEDS_FRAME_REFRESH));
- array_push($params, make_init_param("daemon_refresh_only", true));
array_push($params, make_init_param("sign_progress",
theme_image($link, "images/indicator_white.gif")));
@@ -3169,8 +3168,6 @@
array_push($params, make_init_param("bw_limit",
(int) $_SESSION["bw_limit"]));
- array_push($params, make_init_param("sync_counters", 1));
-
array_push($params, make_init_param("offline_enabled",
(int) get_pref($link, "ENABLE_OFFLINE_READING")));