CRM-18231 - civicrm.settings.php.template - Move `global` declaration
authorTim Otten <totten@civicrm.org>
Mon, 11 Sep 2017 18:42:34 +0000 (11:42 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 11 Sep 2017 18:46:10 +0000 (11:46 -0700)
commit2f8edd6613780deab137f98d5b2c7344a183095a
tree14f21b90587a94b3140cc8a456adc8f4948f5790
parent68c3beb43e79605848213810ee623244ced23525
CRM-18231 - civicrm.settings.php.template - Move `global` declaration

When using the example snippets in the settings file, it's easy to
accidentally leave `global $civicrm_setting` commented out -- which is
fairly confusing/mysterious way to have your settings ignored.

There's no cost to declaring `global $civicrm_setting` by default in new
config files.
templates/CRM/common/civicrm.settings.php.template