Skip to content

Commit

Permalink
Noted a FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Dec 7, 2023
1 parent 905358b commit 2687bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -1904,6 +1904,7 @@ sub print_person
push @{$all_places{$p}}, $person;
}
}
# FIXME: if there is more than one marriage, only gets one
for my $event('birth', 'baptism', 'marriage', 'death', 'burial') {
my $p;
if(my $r = $person->get_record($event)) {
Expand Down

0 comments on commit 2687bfc

Please sign in to comment.