Reverting in-development search changes pending fixing.
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 3bafd96..354712d 100644 (file)
@@ -1436,7 +1436,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '184';
+$wgStyleVersion = '183';
 
 
 # Server-side caching:
@@ -1923,20 +1923,6 @@ $wgNamespacesToBeSearchedDefault = array(
        NS_MAIN           => true,
 );
 
-/**
- * Additional namespaces to those in $wgNamespacesToBeSearchedDefault that
- * will be added to default search for "project" page inclusive searches
- * 
- * Same format as $wgNamespacesToBeSearchedDefault
- */  
-$wgNamespacesToBeSearchedProject = array(
-       NS_USER           => true,
-       NS_PROJECT        => true,      
-       NS_HELP           => true,
-       NS_CATEGORY       => true,
-);
-
-
 /**
  * Site notice shown at the top of each page
  *