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/CensusOfCanada1891.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/CensusOfCanada1891.php')
| -rw-r--r-- | app/Census/CensusOfCanada1891.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfCanada1891.php b/app/Census/CensusOfCanada1891.php index cfe7821c8f..da12d337a4 100644 --- a/app/Census/CensusOfCanada1891.php +++ b/app/Census/CensusOfCanada1891.php @@ -45,7 +45,7 @@ class CensusOfCanada1891 extends CensusOfCanada implements CensusInterface new CensusColumnFullName($this, 'Name', 'Name'), new CensusColumnSexMF($this, 'Sex', 'Sex'), new CensusColumnAge($this, 'Age', 'Age at last birthday'), - new CensusColumnConditionUs($this, 'M/W', 'Married or Widowed'), + new CensusColumnConditionCanadaMarriedWidowed($this, 'M/W', 'Married or Widowed'), new CensusColumnRelationToHeadEnglish($this, 'Relation', 'Relationship to Head of Family'), new CensusColumnBirthPlaceSimple($this, 'Birth Loc', 'Country or Province of Birth'), new CensusColumnNull($this, 'French', 'French Canadians'), |
