(dev/core#183) Change temp table naming for exports
authorTim Otten <totten@civicrm.org>
Thu, 14 Jun 2018 23:27:37 +0000 (16:27 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 15 Jun 2018 01:01:11 +0000 (18:01 -0700)
commit8e8b9e7c98abdaadbcbaf2f76a7ee2879b86ae0a
tree18077ff13031d581bc01f517cc3cc57401f1f8cf
parentc78f866ee1bcacd88801275c9a8ada9119e2b558
(dev/core#183) Change temp table naming for exports

Testing notes - This is a pretty formulaic change.  The main concern is some kind of typo or bad table name causing a
hard-fail.  To control that risk, we just run the code in a facile way:

* Perform a contact search
* Pick some contacts
* Export them
* Run the export

We do this procedure under a few circumstances:

* With the original code
* With a purposefully bad edit (provoking an expected error)
* With the new code
CRM/Core/Config.php
CRM/Export/BAO/Export.php