(dev/core#183) Change temp table naming for search-tasks
authorTim Otten <totten@civicrm.org>
Thu, 14 Jun 2018 23:18:16 +0000 (16:18 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 15 Jun 2018 01:01:06 +0000 (18:01 -0700)
commitc78f866ee1bcacd88801275c9a8ada9119e2b558
treeb829109ff56547ca5ae86b1888f57c92f340d806
parent00f8d61b8b8b2114cf3dec8ae7ce4a10787e0f1e
(dev/core#183) Change temp table naming for search-tasks

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

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/Contact/Form/Task.php
CRM/Core/Config.php