X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FDeveloper.setting.php;h=f94312eff1735926bf12871e685beb9490bb0dc1;hb=8ee05f69c0ad4c5daf4ff75731a3e3d98473ecba;hp=e462adeb9577a1fbf4c7509a4bb4d9d566f0df5b;hpb=6aebcf4d59e7510d4df01921b68e078df4001b39;p=civicrm-core.git diff --git a/settings/Developer.setting.php b/settings/Developer.setting.php index e462adeb95..f94312eff1 100644 --- a/settings/Developer.setting.php +++ b/settings/Developer.setting.php @@ -1,7 +1,7 @@ 1, 'is_contact' => 0, 'description' => "Set this value to Yes if you want CiviCRM error/debugging messages to appear in the Drupal error logs", - 'prefetch' => 1, 'help_text' => "Set this value to Yes if you want CiviCRM error/debugging messages the appear in your CMS' error log. In the case of Drupal, this will cause all CiviCRM error messages to appear in the watchdog (assuming you have Drupal's watchdog enabled)", ), 'debug_enabled' => array( @@ -65,7 +64,6 @@ return array( 'is_domain' => 1, 'is_contact' => 0, 'description' => "Set this value to Yes if you want to use one of CiviCRM's debugging tools. This feature should NOT be enabled for production sites", - 'prefetch' => 1, 'help_text' => 'Do not turn this on on production sites', ), 'backtrace' => array( @@ -80,7 +78,6 @@ return array( 'is_domain' => 1, 'is_contact' => 0, 'description' => "Set this value to Yes if you want to display a backtrace listing when a fatal error is encountered. This feature should NOT be enabled for production sites", - 'prefetch' => 1, ), 'fatalErrorHandler' => array( 'group_name' => 'Developer Preferences', @@ -95,6 +92,5 @@ return array( 'is_domain' => 1, 'is_contact' => 0, 'description' => "Enter the path and class for a custom PHP error-handling function if you want to override built-in CiviCRM error handling for your site.", - 'prefetch' => 1, ), );