CRM-16373 - Config - Remove `enableComponentIDs`
authorTim Otten <totten@civicrm.org>
Sat, 22 Aug 2015 09:45:39 +0000 (02:45 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 17 Sep 2015 22:45:00 +0000 (15:45 -0700)
commit3d31a5c6761c983f1b8fc4ba65e5b0db7ce29147
treef2415e4dd4df3b6b8750e7d8316998d10069044f
parent40787e18834bb2aeac73434f7ba15da0155c14a5
CRM-16373 - Config - Remove `enableComponentIDs`

Note: `enableComponents` is heavily used, but `enableComponentIDs` is only
used once.  Generally, it's much easier to write tests based on names
(`enableComponents`) than IDs (`enableComponentIDs`).
CRM/Core/BAO/ConfigSetting.php
CRM/Core/Config/Variables.php
CRM/Core/Permission.php