X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FTableHierarchy.php;h=e16b13d780b6e7f10fea99801aa884813e7f05bb;hb=dc6ff5eed60fd94a0e3343ce39a1e1441d1ca5ce;hp=c5a8d72658009ce93fa8af340ed96b7303dacfda;hpb=d44a51e500618f1d9abfad4cc6de65cf20226c10;p=civicrm-core.git diff --git a/CRM/Core/TableHierarchy.php b/CRM/Core/TableHierarchy.php index c5a8d72658..e16b13d780 100644 --- a/CRM/Core/TableHierarchy.php +++ b/CRM/Core/TableHierarchy.php @@ -1,10 +1,9 @@ '01', @@ -58,7 +56,7 @@ class CRM_Core_TableHierarchy { 'civicrm_entity_tag' => '22', 'civicrm_note' => '23', 'civicrm_contribution' => '24', - 'civicrm_financial_type' => '25', + 'civicrm_financial_type' => '25', 'civicrm_participant' => '26', 'civicrm_event' => '27', 'civicrm_worldregion' => '28', @@ -87,4 +85,5 @@ class CRM_Core_TableHierarchy { return self::$info; } + }