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

remove search toolbar

This commit is contained in:
Andrew Dolgov
2010-01-09 13:58:19 +03:00
parent 17cd109775
commit 3b0a65adea
2 changed files with 2 additions and 10 deletions

View File

@@ -13,7 +13,8 @@
$subop = $_REQUEST["subop"];
$prefs_blacklist = array("HIDE_FEEDLIST", "SYNC_COUNTERS", "ENABLE_LABELS");
$prefs_blacklist = array("HIDE_FEEDLIST", "SYNC_COUNTERS", "ENABLE_LABELS",
"ENABLE_SEARCH_TOOLBAR");
if (FORCE_ARTICLE_PURGE != 0) {
array_push($prefs_blacklist, "PURGE_OLD_DAYS");