cleanup old tools for sanities sake
[civicrm-core.git] / settings / Search.setting.php
index b7b9cdb51f685784a6052e8c2029531b84676c21..b883870054c2b312d461e0a77d4124b9d2b4edaf 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,7 +54,7 @@ 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',
@@ -69,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'),
     ),
@@ -81,7 +81,6 @@ return array (
     'prefetch' => 0,
     'type' => 'String',
     'quick_form_type' => 'Element',
-    'html_type' => 'text',
     'html_attributes' => array(
       'size' => 64,
       'maxlength' => 64,
@@ -92,7 +91,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,
   ),
 );