diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2020-12-23 17:57:04 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2020-12-23 18:05:41 +0000 |
| commit | 8fb4e87c164dd1c819d686ab0ce9556a2afb03f7 (patch) | |
| tree | 43b54903241d8c49ac4133dee2c2ddab85a4a7d4 /app/Census/AbstractCensusColumn.php | |
| parent | d6edd2eb66012ba578fe64602303e4e4b36b93b2 (diff) | |
| download | webtrees-8fb4e87c164dd1c819d686ab0ce9556a2afb03f7.tar.gz webtrees-8fb4e87c164dd1c819d686ab0ce9556a2afb03f7.tar.bz2 webtrees-8fb4e87c164dd1c819d686ab0ce9556a2afb03f7.zip | |
Use constants for unknown surname and given names
Diffstat (limited to 'app/Census/AbstractCensusColumn.php')
| -rw-r--r-- | app/Census/AbstractCensusColumn.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/AbstractCensusColumn.php b/app/Census/AbstractCensusColumn.php index d01b80cf98..e447b9fb22 100644 --- a/app/Census/AbstractCensusColumn.php +++ b/app/Census/AbstractCensusColumn.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2019 webtrees development team + * Copyright (C) 2020 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or |
