Merge pull request #6777 from yashodha/CRM-17237
[civicrm-core.git] / settings / Search.setting.php
index b7b9cdb51f685784a6052e8c2029531b84676c21..5f33e75847e2a2a6da304482f2b072dc26426e72 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
 /*
  * 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,
   ),
 );