diff options
| author | glarwill <58348988+glarwill@users.noreply.github.com> | 2021-07-16 07:48:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 15:48:58 +0100 |
| commit | da3cb887318b253ac0a743309ac1b537880d6ba2 (patch) | |
| tree | 1ce0799002aea7bb5cfcc684382b6efbe68c1230 /app/Census/CensusOfCanada1901.php | |
| parent | 4aa3be6dd4f7e3c3cc3f482380e6eed68b8d17ae (diff) | |
| download | webtrees-da3cb887318b253ac0a743309ac1b537880d6ba2.tar.gz webtrees-da3cb887318b253ac0a743309ac1b537880d6ba2.tar.bz2 webtrees-da3cb887318b253ac0a743309ac1b537880d6ba2.zip | |
Canada census 3 (#3936)
* Added 3 years of Canada Census formats
* Added tests for Canadian census data
* Fixed month-day order and moved Canadian to bottom of default
* a bit of cleanup to the spacing, and comments
* Fix style for spacing
* 5 more years of Canadian census documents
* Corrected cp artifact in original file version
* Adjusted date of 1851 Canada census to be in 1851
* Fixed <tab> vs space
* typo
* Adapted to comments
* Removed change in Age.php, per comments
* restored AgeTest
* small clean up, spacing and some comments
Diffstat (limited to 'app/Census/CensusOfCanada1901.php')
| -rw-r--r-- | app/Census/CensusOfCanada1901.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfCanada1901.php b/app/Census/CensusOfCanada1901.php index 01d7d8712c..963dc5b7a8 100644 --- a/app/Census/CensusOfCanada1901.php +++ b/app/Census/CensusOfCanada1901.php @@ -46,7 +46,7 @@ class CensusOfCanada1901 extends CensusOfCanada implements CensusInterface new CensusColumnSexMF($this, 'Sex', 'Sex'), new CensusColumnNull($this, 'Color', 'Colour'), new CensusColumnRelationToHeadEnglish($this, 'Relation', 'Relationship to Head of Family'), - new CensusColumnConditionUs($this, 'S/M/W/D', 'Single, married, widowed or divorced'), + new CensusColumnConditionCanada($this, 'S/M/W/D', 'Single, married, widowed or divorced'), new CensusColumnBirthMonthDay($this, 'M/D', 'Month and date of birth'), new CensusColumnBirthYear($this, 'Year', 'Year of birth'), new CensusColumnAge($this, 'Age', 'Age at last birthday'), |
