ContactType - Ensure stable order
authorcolemanw <coleman@civicrm.org>
Tue, 12 Dec 2023 16:28:59 +0000 (11:28 -0500)
committercolemanw <coleman@civicrm.org>
Tue, 12 Dec 2023 16:28:59 +0000 (11:28 -0500)
commit5b7be62ad0d33d031657582274c1f55c0459ae13
tree4c2214dcc13d0fcbf2409ed5161d9c45153b916f
parent4efe0d5db9baf30d6b8521debf4feb3a189cb070
ContactType - Ensure stable order

MySql *usually* returns records ordered by id, but not always.
This keeps it stable.
CRM/Contact/BAO/ContactType.php