CRM_Core_BAO_CustomGroup - Change private _getTableName() to public getTableNameByEnt...
authorTim Otten <totten@civicrm.org>
Mon, 9 Jun 2014 23:29:13 +0000 (16:29 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 9 Jun 2014 23:29:13 +0000 (16:29 -0700)
commit6de765204f44fbba69cf3c81595e0ba762b0b84e
tree55b45c5e33d0a1c7b2c82f5490a7519fd8ca4115
parent75fd1335a467dfc6a25a016b39b3438356b454dc
CRM_Core_BAO_CustomGroup - Change private _getTableName() to public getTableNameByEntityName()

Based on grep, it appears that _getTableName() is never used, and it's
unlikely to be used by third-party code (considering that it's "private").
CRM/Core/BAO/CustomGroup.php