diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-10-22 21:57:03 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-10-22 21:57:24 +0100 |
| commit | 4e153c6af1eb3f56ad3d7f7db56fcaebf3f310bc (patch) | |
| tree | ca08bae0e593e6c8d6deebeee0e20bed607c89ba /app/Census/CensusOfUnitedStates1850.php | |
| parent | f625540ffe4933ea749f44d831d71fec807be14c (diff) | |
| download | webtrees-4e153c6af1eb3f56ad3d7f7db56fcaebf3f310bc.tar.gz webtrees-4e153c6af1eb3f56ad3d7f7db56fcaebf3f310bc.tar.bz2 webtrees-4e153c6af1eb3f56ad3d7f7db56fcaebf3f310bc.zip | |
US 1850 census
Diffstat (limited to 'app/Census/CensusOfUnitedStates1850.php')
| -rw-r--r-- | app/Census/CensusOfUnitedStates1850.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/app/Census/CensusOfUnitedStates1850.php b/app/Census/CensusOfUnitedStates1850.php index 17e5f129f9..6dabdb5df5 100644 --- a/app/Census/CensusOfUnitedStates1850.php +++ b/app/Census/CensusOfUnitedStates1850.php @@ -37,17 +37,17 @@ class CensusOfUnitedStates1850 extends CensusOfUnitedStates implements CensusInt */ public function columns() { return array( - new CensusColumnFullName($this, '', ''), - new CensusColumnAge($this, '', ''), - new CensusColumnSexMF($this, '', ''), - new CensusColumnNull($this, '', ''), // Race - new CensusColumnOccupation($this, '', ''), - new CensusColumnNull($this, '', ''), // Value of real estate owned - new CensusColumnBirthPlace($this, '', ''), - new CensusColumnMarriedWithinYear($this, '', ''), - new CensusColumnNull($this, '', ''), // Attended school within year - new CensusColumnNull($this, '', ''), // Illiterate - new CensusColumnNull($this, '', ''), // Infirm + new CensusColumnFullName($this, 'Name', 'Name'), + new CensusColumnAge($this, 'Age', 'Age'), + new CensusColumnSexMF($this, 'Sex', 'Sex'), + new CensusColumnNull($this, 'Color', 'White, black, or mulatto'), + new CensusColumnOccupation($this, 'Occupation', 'Profession, occupation, or trade'), + new CensusColumnNull($this, 'RE', 'Value of real estate owned'), + new CensusColumnBirthPlaceUnitedStates($this, 'Birthplace', 'Place of birth, naming the state, territory, or country'), + new CensusColumnMarriedWithinYear($this, 'Mar', 'Married within the year'), + new CensusColumnNull($this, 'Sch', 'Attended school within the year'), + new CensusColumnNull($this, 'R+W', 'Persons over 20 years of age who cannot read and write'), + new CensusColumnNull($this, 'Infirm', 'Whether deaf and dumb, blind, insane, idiotic, pauper or convict'), ); } } |
