diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-04-24 16:52:35 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-04-24 16:52:35 +0000 |
| commit | e500c1d35dc9a565154f928db5c4f6f7ac0bbe7a (patch) | |
| tree | a025e880e89a66e8dd368a5ce518dae63b0d0356 | |
| parent | 8daf9645fb267ea5592a2f1a7a5bc42e9653edb7 (diff) | |
| download | webtrees-e500c1d35dc9a565154f928db5c4f6f7ac0bbe7a.tar.gz webtrees-e500c1d35dc9a565154f928db5c4f6f7ac0bbe7a.tar.bz2 webtrees-e500c1d35dc9a565154f928db5c4f6f7ac0bbe7a.zip | |
Fix typo
| -rw-r--r-- | includes/extras/functions.pl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/extras/functions.pl.php b/includes/extras/functions.pl.php index 542eb80757..170ad8679c 100644 --- a/includes/extras/functions.pl.php +++ b/includes/extras/functions.pl.php @@ -98,6 +98,7 @@ function age_localisation_pl(&$agestring, &$show_years) { ), $agestring ); +} //-- functions to calculate polish specific genitive names function getFirstRelationsName_pl($pid) { |
