Remove columnName field
authoreileen <emcnaughton@wikimedia.org>
Thu, 27 Jun 2019 03:16:40 +0000 (15:16 +1200)
committereileen <emcnaughton@wikimedia.org>
Thu, 27 Jun 2019 03:16:40 +0000 (15:16 +1200)
commit50e859f6aef6943c9fd3f2aa79d18c8da25ce2d5
tree28095dcaf0705ec6a3c767f01bc02a2f9af18e59
parent9dd7b2c930c8110b6bb44e14d232e43954f23d8a
Remove columnName field

This field always holds the same information as ['column_name']. It was introduced
before https://github.com/civicrm/civicrm-core/pull/1206/files which removed some of it's
use but not the variable. There is test coverage on passing in column_name
in testCreateCustomFieldColumnName
CRM/Core/BAO/CustomField.php