From: Niklas Laxström Date: Sun, 8 Aug 2010 13:49:19 +0000 (+0000) Subject: Remove $wgDisableSearchContext, unused for a long time. Can't find exact revision. X-Git-Tag: 1.31.0-rc.0~35615 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=94e72a789e4c6aca4b0a2d0e9c2f19ebb23ec008;p=lhc%2Fweb%2Fwiklou.git Remove $wgDisableSearchContext, unused for a long time. Can't find exact revision. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e3b97070a5..b58ca3b2f9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3781,12 +3781,6 @@ $wgSeleniumTestsUseBrowser = 'firefox'; */ $wgDisableTextSearch = false; -/** - * Set this to true to disable the context which appears on search result pages. - * Search context can cause a high DB load. - */ -$wgDisableSearchContext = false; - /** * Set to true to have nicer highligted text in search results, * by default off due to execution overhead