CRM-14850 secondDegreeRelPermissions seems to have been added as config_only - this...
authorEileen McNaughton <eileen@fuzion.co.nz>
Sun, 22 Jun 2014 23:45:31 +0000 (11:45 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sun, 22 Jun 2014 23:45:31 +0000 (11:45 +1200)
settings/Core.setting.php
settings/Search.setting.php

index 556dad263c3aea9ae9d20ec6bc03da92320ad56f..c90afa7989d81adc3d449d53368c56b7ca378e20 100644 (file)
@@ -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,
index 1fffb09c33ca81bc4bfd2bb9c68c3c2007658c8b..b7b9cdb51f685784a6052e8c2029531b84676c21 100644 (file)
@@ -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',