dev/core#1108 [REF] use CRM_Core_DAO::executeQuery instead of ->query()
authoreileen <emcnaughton@wikimedia.org>
Tue, 9 Jul 2019 06:30:39 +0000 (18:30 +1200)
committereileen <emcnaughton@wikimedia.org>
Tue, 9 Jul 2019 06:31:36 +0000 (18:31 +1200)
commitf704aa301b8b7f22f55a778cbc5555b5849a4f89
tree34450b1a40efc3aa61e460df4f066ba413236cae
parent7a10f07be874f22f7eb8f9e3f11c0b5f90d5612f
dev/core#1108 [REF] use CRM_Core_DAO::executeQuery instead of ->query()

This allows us to leave the multilingual translation to the I18n rewriter. This PR just removes 2 instances from this function.

Once the others are removed we should be able to remove the swath of code defining I18n tables are the start of the function
and simplify the tables involved

Note testUnsubscribeGroupList passes through this code
CRM/Mailing/Event/BAO/Unsubscribe.php