1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 02:59:18 +00:00

remove obsolete init-params

This commit is contained in:
Andrew Dolgov
2010-11-05 17:44:59 +03:00
parent e325d70075
commit 8945282432
3 changed files with 0 additions and 12 deletions

View File

@@ -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")));