Extract switch, fix PHP 7.3 warnings
authorElliott Eggleston <ejegg@ejegg.com>
Thu, 15 Nov 2018 22:06:51 +0000 (17:06 -0500)
committerElliott Eggleston <ejegg@ejegg.com>
Mon, 19 Nov 2018 17:49:18 +0000 (12:49 -0500)
commitaf023bf89fa1429ef68b030803a2bff5ad8579d7
treed5f4ed88da41e120146258330c30370838034e2f
parent94b444d09d81033b95d17b31edadb69955313641
Extract switch, fix PHP 7.3 warnings

PHP 7.3 warns if a continue statement is used inside a switch, where
it functions as a break statement. This patch extracts the switch
from the loop, and also fixes the fall-through error from
civicrm_campaign to default, moving the civicrm_website case out of
the way.
CRM/Contact/BAO/Query.php