From 71b2707094dda04f7797c916ec5ed42acabdc5e0 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 23 Jun 2014 11:45:31 +1200 Subject: [PATCH] CRM-14850 secondDegreeRelPermissions seems to have been added as config_only - this is deprecated & should not happen. Removing references to try to discourage --- settings/Core.setting.php | 4 ---- settings/Search.setting.php | 2 -- 2 files changed, 6 deletions(-) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 556dad263c..c90afa7989 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -387,7 +387,6 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'versionCheck', 'prefetch' => 0, - 'config_only'=> 0, 'type' => 'Boolean', 'quick_form_type' => 'YesNo', 'default' => 1, @@ -551,7 +550,6 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'blogUrl', 'prefetch' => 0, - 'config_only'=> 0, 'type' => 'String', 'quick_form_type' => 'Element', 'html_type' => 'text', @@ -647,7 +645,6 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'secondDegRelPermissions', 'prefetch' => 1, - 'config_only'=> 1, 'type' => 'Boolean', 'quick_form_type' => 'YesNo', 'default' => 0, @@ -703,7 +700,6 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'empoweredBy', 'prefetch' => 1, - 'config_only'=> 0, 'type' => 'Boolean', 'quick_form_type' => 'YesNo', 'default' => 1, diff --git a/settings/Search.setting.php b/settings/Search.setting.php index 1fffb09c33..b7b9cdb51f 100644 --- a/settings/Search.setting.php +++ b/settings/Search.setting.php @@ -61,7 +61,6 @@ return array ( 'group' => 'Search Preferences', 'name' => 'enable_innodb_fts', 'prefetch' => 0, - 'config_only'=> 0, 'type' => 'Boolean', 'quick_form_type' => 'YesNo', 'default' => 0, @@ -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', -- 2.25.1