Skip to content

Commit

Permalink
Ignore children living with or close to siblings
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 5, 2024
1 parent 90fb5e5 commit c624f62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ged2site
Original file line number Diff line number Diff line change
Expand Up @@ -5823,6 +5823,10 @@ sub print_person
}
next;
}
if(($relationship eq 'brother') || ($relationship eq 'sister') && ($age < 18)) {
# Ignore children living with or close to siblings
next;
}
$p3 = $p1;
my $first_string;
my $future_spouse;
Expand Down Expand Up @@ -15443,6 +15447,7 @@ check out %s::check out %s
child::child
children::children
daughter::daughter
daughters::daughters
died::died
during %s::during %s
during %s life::during %s life
Expand Down

0 comments on commit c624f62

Please sign in to comment.