summaryrefslogtreecommitdiff
path: root/app/Census/CensusOfUnitedStates1920.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-02-05 00:03:08 +0000
committerGreg Roach <fisharebest@gmail.com>2016-02-05 00:03:08 +0000
commit81d1be7af7bb2cdc6e1880877120cf2517064809 (patch)
tree0f410e03dded8099de4deb49c69f253765d76f23 /app/Census/CensusOfUnitedStates1920.php
parentf1c2ee3d46aeac047a9b9f0b4c7d7c154d1a01ec (diff)
downloadwebtrees-81d1be7af7bb2cdc6e1880877120cf2517064809.tar.gz
webtrees-81d1be7af7bb2cdc6e1880877120cf2517064809.tar.bz2
webtrees-81d1be7af7bb2cdc6e1880877120cf2517064809.zip
#810 US census
Diffstat (limited to 'app/Census/CensusOfUnitedStates1920.php')
-rw-r--r--app/Census/CensusOfUnitedStates1920.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/app/Census/CensusOfUnitedStates1920.php b/app/Census/CensusOfUnitedStates1920.php
index 70b3e9aaf8..5db1f9f5a2 100644
--- a/app/Census/CensusOfUnitedStates1920.php
+++ b/app/Census/CensusOfUnitedStates1920.php
@@ -42,20 +42,20 @@ class CensusOfUnitedStates1920 extends CensusOfUnitedStates implements CensusInt
new CensusColumnSexMF($this, 'Sex', 'Sex'),
new CensusColumnNull($this, 'Race', 'Color or race'),
new CensusColumnAge($this, 'Age', 'Age at last birthday'),
- new CensusColumnNull($this, 'Condition', 'Whether single, married, widowed, or divorced'),
+ new CensusColumnConditionUs($this, 'Condition', 'Whether single, married, widowed, or divorced'),
new CensusColumnNull($this, 'Imm', 'Year of immigration to the United States'),
new CensusColumnNull($this, 'Nat', 'Naturalized or alien'),
new CensusColumnNull($this, 'NatY', 'If naturalized, year of naturalization'),
new CensusColumnNull($this, 'School', 'Attended school since Sept. 1, 1919'),
- new CensusColumnNull($this, 'Read', 'Whether able to read'),
- new CensusColumnNull($this, 'Write', 'Whether able to write'),
- new CensusColumnBirthPlaceSimple($this, 'Birthplace', 'Place of birth'),
- new CensusColumnNull($this, 'Language', 'Mother tongue'),
- new CensusColumnFatherBirthPlaceSimple($this, 'Father’s birthplace', 'Place of birth of father'),
- new CensusColumnNull($this, 'Father language', 'Mother tongue of father'),
- new CensusColumnFatherBirthPlaceSimple($this, 'Mother’s birthplace', 'Place of birth of mother'),
- new CensusColumnNull($this, 'Mother language', 'Mother tongue of mother'),
- new CensusColumnNull($this, 'English', 'Whether able to speak English'),
+ new CensusColumnNull($this, 'R', 'Whether able to read'),
+ new CensusColumnNull($this, 'W', 'Whether able to write'),
+ new CensusColumnBirthPlaceSimple($this, 'BP', 'Place of birth'),
+ new CensusColumnNull($this, 'Lang', 'Mother tongue'),
+ new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'),
+ new CensusColumnNull($this, 'Father lang', 'Mother tongue of father'),
+ new CensusColumnFatherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother'),
+ new CensusColumnNull($this, 'Mother lang', 'Mother tongue of mother'),
+ new CensusColumnNull($this, 'Eng', 'Whether able to speak English'),
new CensusColumnOccupation($this, 'Occupation', 'Trade, profession, or particular kind of work done'),
new CensusColumnNull($this, 'Ind', 'Industry, business of establishment in which at work'),
new CensusColumnNull($this, 'Emp', 'Employer, salary or wage worker, or work on own account'),