diff options
Diffstat (limited to 'modules/GEDFact_assistant/_CENS/census_3_find.php')
| -rw-r--r-- | modules/GEDFact_assistant/_CENS/census_3_find.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/GEDFact_assistant/_CENS/census_3_find.php b/modules/GEDFact_assistant/_CENS/census_3_find.php index 020d01ed54..d15c6eb2f9 100644 --- a/modules/GEDFact_assistant/_CENS/census_3_find.php +++ b/modules/GEDFact_assistant/_CENS/census_3_find.php @@ -526,7 +526,7 @@ if ($action=="filter") { echo "<b>".$indi->getFullName()."</b> "; // Name Link if ($ABBREVIATE_CHART_LABELS) { - $born=i18n::fact_abbreviation('BIRT'); + $born=abbreviate_fact('BIRT'); } else { $born=i18n::translate('BIRT'); } |
