X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FTableHierarchy.php;h=7022f12c6450cc424b76a705374a91c35dc0f3a4;hb=4846df9154866b0a33ee8ec7a1f48c65c77b670b;hp=c5a8d72658009ce93fa8af340ed96b7303dacfda;hpb=e9aca61e8b08d5ae372621c4397108b8f2ec28ba;p=civicrm-core.git diff --git a/CRM/Core/TableHierarchy.php b/CRM/Core/TableHierarchy.php index c5a8d72658..7022f12c64 100644 --- a/CRM/Core/TableHierarchy.php +++ b/CRM/Core/TableHierarchy.php @@ -1,5 +1,4 @@ '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; } + }