summaryrefslogtreecommitdiff
path: root/app/Census/CensusOfUnitedStates1860.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-10-22 22:20:02 +0100
committerGreg Roach <fisharebest@gmail.com>2015-10-22 22:20:02 +0100
commit2c9f0210e312f5a9da26db20890811008d029571 (patch)
tree40e794f31e68b2bda4d69db18942e5b48befbf4b /app/Census/CensusOfUnitedStates1860.php
parent4e153c6af1eb3f56ad3d7f7db56fcaebf3f310bc (diff)
downloadwebtrees-2c9f0210e312f5a9da26db20890811008d029571.tar.gz
webtrees-2c9f0210e312f5a9da26db20890811008d029571.tar.bz2
webtrees-2c9f0210e312f5a9da26db20890811008d029571.zip
US 1860 census
Diffstat (limited to 'app/Census/CensusOfUnitedStates1860.php')
-rw-r--r--app/Census/CensusOfUnitedStates1860.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/app/Census/CensusOfUnitedStates1860.php b/app/Census/CensusOfUnitedStates1860.php
index 74849f31a4..5904f73d9e 100644
--- a/app/Census/CensusOfUnitedStates1860.php
+++ b/app/Census/CensusOfUnitedStates1860.php
@@ -37,18 +37,18 @@ class CensusOfUnitedStates1860 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 CensusColumnNull($this, '', ''), // Value of personal 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 CensusColumnNull($this, 'PE', 'Value of personal 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'),
);
}
}