Skip to content

Commit

Permalink
Find more children separated by too many years
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 8, 2023
1 parent a708f7e commit 93b4fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -2618,7 +2618,7 @@ sub print_person
return;
}
}
if($numberofchildren == 2) {
if($numberofchildren >= 2) {
if((my $first = dateofbirth(person => $children[0])) &&
(my $second = dateofbirth(person => $children[1]))) {
if($first =~ /.*?(\d{3,4})$/) {
Expand Down

0 comments on commit 93b4fa1

Please sign in to comment.