CRM-16373 - Config - Migrate `userFrameworkUsersTableName` to settings
authorTim Otten <totten@civicrm.org>
Sat, 22 Aug 2015 11:29:06 +0000 (04:29 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 17 Sep 2015 22:45:01 +0000 (15:45 -0700)
commit348754d5baf83293564406b5770f01edf647b74b
treec2f95efdf0a2c2877dbad748cdb91ef32cf1237d
parentb8feed6efc8e8b1419711004035a9402b8d28903
CRM-16373 - Config - Migrate `userFrameworkUsersTableName` to settings

There was some code to initialize this field on Joomla and WordPress, but it
appears to be pointless -- the value is only used within the Drupal UF.
More generally, this is a good thing - we should use CMS API's rather than
peeking into their schema.
CRM/Admin/Form/Setting/UF.php
CRM/Core/Config.php
CRM/Core/Config/Variables.php
CRM/Utils/System/Drupal.php
CRM/Utils/System/Drupal6.php
settings/Core.setting.php