Skip to content

Commit

Permalink
Fix -l
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jul 17, 2024
1 parent b759783 commit d837806
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 @@ -1549,7 +1549,7 @@ sub print_person
my $dateofbirth;

# https://github.com/nigelhorne/ged2site/compare/master...jhannah:ged2site:115-bday-of-living-is-private?expand=1
if(!is_alive($person)) {
if($opts{'l'} || !is_alive($person)) {
$dateofbirth = dateofbirth($person);
}

Expand Down

0 comments on commit d837806

Please sign in to comment.