diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-02-05 00:03:08 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-02-05 00:03:08 +0000 |
| commit | 81d1be7af7bb2cdc6e1880877120cf2517064809 (patch) | |
| tree | 0f410e03dded8099de4deb49c69f253765d76f23 /app/Census/CensusOfUnitedStates1880.php | |
| parent | f1c2ee3d46aeac047a9b9f0b4c7d7c154d1a01ec (diff) | |
| download | webtrees-81d1be7af7bb2cdc6e1880877120cf2517064809.tar.gz webtrees-81d1be7af7bb2cdc6e1880877120cf2517064809.tar.bz2 webtrees-81d1be7af7bb2cdc6e1880877120cf2517064809.zip | |
#810 US census
Diffstat (limited to 'app/Census/CensusOfUnitedStates1880.php')
| -rw-r--r-- | app/Census/CensusOfUnitedStates1880.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/Census/CensusOfUnitedStates1880.php b/app/Census/CensusOfUnitedStates1880.php index 2723788d30..003e9ecc98 100644 --- a/app/Census/CensusOfUnitedStates1880.php +++ b/app/Census/CensusOfUnitedStates1880.php @@ -40,12 +40,12 @@ class CensusOfUnitedStates1880 extends CensusOfUnitedStates implements CensusInt new CensusColumnSexMF($this, 'Sex', 'Sex'), new CensusColumnMonthIfBornWithinYear($this, 'Mon', 'If born within the year, state month'), new CensusColumnRelationToHead($this, 'Relation', 'Relation to head of household'), - new CensusColumnNull($this, 'Single', 'Single'), - new CensusColumnNull($this, 'Married', 'Married'), - new CensusColumnNull($this, 'Write', 'Widowed, Divorced'), - new CensusColumnNull($this, 'MY', 'Married during census year'), + new CensusColumnNull($this, 'S', 'Single'), + new CensusColumnNull($this, 'M', 'Married'), + new CensusColumnNull($this, 'W/D', 'Widowed, Divorced'), + new CensusColumnMarriedWithinYear($this, 'MY', 'Married during census year'), new CensusColumnOccupation($this, 'Occupation', 'Profession, occupation, or trade'), - new CensusColumnNull($this, 'Un', 'Number of months the person has been unemployed during the census year'), + new CensusColumnNull($this, 'UnEm', 'Number of months the person has been unemployed during the census year'), new CensusColumnNull($this, 'Sick', 'Sickness or disability'), new CensusColumnNull($this, 'Blind', 'Blind'), new CensusColumnNull($this, 'DD', 'Deaf and dumb'), @@ -55,9 +55,9 @@ class CensusOfUnitedStates1880 extends CensusOfUnitedStates implements CensusInt new CensusColumnNull($this, 'School', 'Attended school within the census year'), new CensusColumnNull($this, 'Read', 'Cannot read'), new CensusColumnNull($this, 'Write', 'Cannot write'), - new CensusColumnBirthPlaceSimple($this, 'Birthplace', 'Place of birth, naming the state, territory, or country'), - new CensusColumnFatherBirthPlaceSimple($this, 'Father’s birthplace', 'Place of birth of father, naming the state, territory, or country'), - new CensusColumnMotherBirthPlaceSimple($this, 'Mother’s birthplace', 'Place of birth of mother, naming the state, territory, or country'), + new CensusColumnBirthPlaceSimple($this, 'BP', 'Place of birth, naming the state, territory, or country'), + new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father, naming the state, territory, or country'), + new CensusColumnMotherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother, naming the state, territory, or country'), ); } } |
