summaryrefslogtreecommitdiff
path: root/app/Census/CensusOfUnitedStates1880.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-10-29 13:27:40 +0000
committerGreg Roach <fisharebest@gmail.com>2015-10-29 17:34:39 +0000
commitf3fa6d90bdc7225bdbe6300f0588c5935d1cc217 (patch)
tree7f2428fee6b7c0d0e765d3f0815ac04d0881ddf7 /app/Census/CensusOfUnitedStates1880.php
parent0b18a98d2ceaeebc288d72a27a147055f7d6115d (diff)
downloadwebtrees-f3fa6d90bdc7225bdbe6300f0588c5935d1cc217.tar.gz
webtrees-f3fa6d90bdc7225bdbe6300f0588c5935d1cc217.tar.bz2
webtrees-f3fa6d90bdc7225bdbe6300f0588c5935d1cc217.zip
US Census
Diffstat (limited to 'app/Census/CensusOfUnitedStates1880.php')
-rw-r--r--app/Census/CensusOfUnitedStates1880.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/app/Census/CensusOfUnitedStates1880.php b/app/Census/CensusOfUnitedStates1880.php
index acdb055399..059e55acd4 100644
--- a/app/Census/CensusOfUnitedStates1880.php
+++ b/app/Census/CensusOfUnitedStates1880.php
@@ -40,24 +40,24 @@ 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, 'S', 'Single'),
- new CensusColumnNull($this, 'M', 'Married'),
- new CensusColumnNull($this, 'W', 'Widowed, Divorced'),
+ 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 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, 'Sick', 'Sickness or disability'),
- new CensusColumnNull($this, 'Bl', 'Blind'),
+ new CensusColumnNull($this, 'Blind', 'Blind'),
new CensusColumnNull($this, 'DD', 'Deaf and dumb'),
- new CensusColumnNull($this, 'Id', 'Idiotic'),
- new CensusColumnNull($this, 'In', 'Insane'),
- new CensusColumnNull($this, 'Dis', 'Maimed, crippled, bedridden or otherwise disabled'),
- new CensusColumnNull($this, 'Sch', 'Attended school within the census year'),
- new CensusColumnNull($this, 'R', 'Cannot read'),
- new CensusColumnNull($this, 'W', 'Cannot write'),
- 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'),
+ new CensusColumnNull($this, 'Idiotic', 'Idiotic'),
+ new CensusColumnNull($this, 'Insane', 'Insane'),
+ new CensusColumnNull($this, 'Disabled', 'Maimed, crippled, bedridden or otherwise disabled'),
+ 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'),
);
}
}