Skip to content

Commit

Permalink
change: change municipality definition for fr1 on legacy portal m…
Browse files Browse the repository at this point in the history
…ethod `get_legacy_political_map` (used by "cost humà" publication) 41192 => 41193 (commune)
  • Loading branch information
Paco committed Dec 9, 2024
1 parent 5c601cc commit 1d740a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/component_portal/class.component_portal.php
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ public static function get_legacy_political_map( $section_tipo ) {
(object)['type' => 'autonomous_community'],
(object)['type' => 'province', 'section_tipo' => 'fr2', 'section_id' => '41190'],
(object)['type' => 'region', 'section_tipo' => 'fr2', 'section_id' => '41191'], // comarca
(object)['type' => 'municipality', 'section_tipo' => 'fr2', 'section_id' => '41192']
(object)['type' => 'municipality', 'section_tipo' => 'fr2', 'section_id' => '41193'] // commune
];
break;
// Cuba
Expand Down

0 comments on commit 1d740a6

Please sign in to comment.