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/CensusOfUnitedStates1910.php | |
| parent | f1c2ee3d46aeac047a9b9f0b4c7d7c154d1a01ec (diff) | |
| download | webtrees-81d1be7af7bb2cdc6e1880877120cf2517064809.tar.gz webtrees-81d1be7af7bb2cdc6e1880877120cf2517064809.tar.bz2 webtrees-81d1be7af7bb2cdc6e1880877120cf2517064809.zip | |
#810 US census
Diffstat (limited to 'app/Census/CensusOfUnitedStates1910.php')
| -rw-r--r-- | app/Census/CensusOfUnitedStates1910.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app/Census/CensusOfUnitedStates1910.php b/app/Census/CensusOfUnitedStates1910.php index c4f22e0dd3..be4ab200a5 100644 --- a/app/Census/CensusOfUnitedStates1910.php +++ b/app/Census/CensusOfUnitedStates1910.php @@ -40,24 +40,24 @@ class CensusOfUnitedStates1910 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, 'Cond', 'Whether single, married, widowed, or divorced'), new CensusColumnYearsMarried($this, 'Marr', 'Number of years of present marriage'), new CensusColumnChildrenBornAlive($this, 'Chil', 'Mother of how many children'), new CensusColumnChildrenLiving($this, 'Chil', 'Number of these children living'), - new CensusColumnBirthPlaceSimple($this, 'Birthplace', 'Place of birth of this person'), - new CensusColumnFatherBirthPlaceSimple($this, 'Father’s birthplace', 'Place of birth of father of this person'), - new CensusColumnFatherBirthPlaceSimple($this, 'Mother’s birthplace', 'Place of birth of mother of this person'), + new CensusColumnBirthPlaceSimple($this, 'BP', 'Place of birth of this person'), + new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father of this person'), + new CensusColumnFatherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother of this person'), new CensusColumnNull($this, 'Imm', 'Year of immigration to the United States'), new CensusColumnNull($this, 'Nat', 'Whether naturalized or alien'), - new CensusColumnNull($this, 'Language', 'Whether able to speak English, of if not, give language spoken'), + new CensusColumnNull($this, 'Lang', 'Whether able to speak English, of if not, give language spoken'), new CensusColumnOccupation($this, 'Occupation', 'Trade or profession of, or particular kind of work done by this person'), new CensusColumnNull($this, 'Ind', 'General nature of industry'), new CensusColumnNull($this, 'Emp', 'Whether an employer, employee, or work on own account'), - new CensusColumnNull($this, 'Unemployed', 'Whether out of work on April 15, 1910'), - new CensusColumnNull($this, 'Unemployed', 'Number of weeks out of work in 1909'), - new CensusColumnNull($this, 'Read', 'Whether able to read'), - new CensusColumnNull($this, 'Write', 'Whether able to write'), - new CensusColumnNull($this, 'School', 'Attended school since September 1, 1909'), + new CensusColumnNull($this, 'Unemp', 'Whether out of work on April 15, 1910'), + new CensusColumnNull($this, 'Unemp', 'Number of weeks out of work in 1909'), + new CensusColumnNull($this, 'R', 'Whether able to read'), + new CensusColumnNull($this, 'W', 'Whether able to write'), + new CensusColumnNull($this, 'Sch', 'Attended school since September 1, 1909'), new CensusColumnNull($this, 'Home', 'Owned or rented'), new CensusColumnNull($this, 'Mort', 'Owned free or mortgaged'), new CensusColumnNull($this, 'Farm', 'Farm or house'), |
