X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FSearch.setting.php;h=9afb73028777f600111c6117d9c4f9458dab5de3;hb=53310fc2e82a7d5d604380b16e1e795fd9882e21;hp=b7b9cdb51f685784a6052e8c2029531b84676c21;hpb=87d422669cee2e65706fe72821613ad846cd0adb;p=civicrm-core.git diff --git a/settings/Search.setting.php b/settings/Search.setting.php index b7b9cdb51f..9afb730287 100644 --- a/settings/Search.setting.php +++ b/settings/Search.setting.php @@ -1,7 +1,7 @@ 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'), ), @@ -92,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, ), );