summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-09 13:58:19 +0300
committerAndrew Dolgov <[email protected]>2010-01-09 13:58:19 +0300
commit3b0a65adea082b96b0d6263d9e6bdefdd6a07a43 (patch)
treee8afdfb3a2f85a48ad40900e1b148e49f6d8df80 /modules
parent17cd109775a8d06409cf35b355409de3338d60ae (diff)
remove search toolbar
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-prefs.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php
index 7d1c95d49..7450106a5 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -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");