INFRA-132 - settings/ - phpcbf
[civicrm-core.git] / settings / Search.setting.php
index 1fffb09c33ca81bc4bfd2bb9c68c3c2007658c8b..9afb73028777f600111c6117d9c4f9458dab5de3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -35,7 +35,7 @@
 /*
  * Settings metadata file
  */
-return array (
+return array(
   'search_autocomplete_count' => array(
     'group_name' => 'Search Preferences',
     'group' => 'Search Preferences',
@@ -54,14 +54,13 @@ return array (
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => 'The maximum number of contacts to show at a time when typing in an autocomplete field.',
-    'help_text' => null,
+    'help_text' => NULL,
   ),
   'enable_innodb_fts' => array(
     'group_name' => 'Search Preferences',
     'group' => 'Search Preferences',
     'name' => 'enable_innodb_fts',
     'prefetch' => 0,
-    'config_only'=> 0,
     'type' => 'Boolean',
     'quick_form_type' => 'YesNo',
     'default' => 0,
@@ -70,7 +69,7 @@ return array (
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => "Enable InnoDB full-text search optimizations. (Requires MySQL 5.6+)",
-    'help_text' => null,
+    'help_text' => NULL,
     'on_change' => array(
       array('CRM_Core_InnoDBIndexer', 'onToggleFts'),
     ),
@@ -80,7 +79,6 @@ return array (
     'group' => 'Search Preferences',
     'name' => 'fts_query_mode',
     'prefetch' => 0,
-    'config_only'=> 0,
     'type' => 'String',
     'quick_form_type' => 'Element',
     'html_type' => 'text',
@@ -94,7 +92,7 @@ return array (
     'title' => 'How to handle full-tet queries',
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => null,
-    'help_text' => null,
+    'description' => NULL,
+    'help_text' => NULL,
   ),
 );