Skip to content

Commit

Permalink
Handle "Abt." in some dates
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 1, 2023
1 parent 463c5b1 commit f247ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ged2site
Original file line number Diff line number Diff line change
Expand Up @@ -12107,7 +12107,7 @@ sub datecmp($$)
}
return 0;
}
if($right =~ /^(Abt|ca?)\s+(.+)/i) {
if($right =~ /^(Abt|ca?)\.?\s+(.+)/i) {
$right = $2;
}
if($right =~ /^\d{3,4}$/) {
Expand Down

0 comments on commit f247ec7

Please sign in to comment.