CRM_Utils_AutoClean - Add variant of `swap()` tuned for setting locale
authorTim Otten <totten@civicrm.org>
Tue, 10 Aug 2021 23:18:50 +0000 (16:18 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 10 Aug 2021 23:36:31 +0000 (16:36 -0700)
commit9c332a906d411063e318519e6cf8ad5b50ad8d84
tree694d5f58ba34ec828f2460a9f21896e5c90ef983
parenta933031a17788fd924aaf909e987138d4d1a1aa9
CRM_Utils_AutoClean - Add variant of `swap()` tuned for setting locale

This can currently be done with `swap()`, but we may be doing this several
times, and `swapLocale()` is a little more pithy and a little more
microoptimal.
CRM/Utils/AutoClean.php