diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-10-22 23:27:47 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-10-22 23:27:47 +0100 |
| commit | a4500ed5f20510414ab3cde59bd1a55abbf68700 (patch) | |
| tree | a48845504265da1faf4714168237ff7e00ee24af /app/Census/CensusOfUnitedStates1860.php | |
| parent | 884b36a7f2ed93d36034ab149143f4bd646d4437 (diff) | |
| download | webtrees-a4500ed5f20510414ab3cde59bd1a55abbf68700.tar.gz webtrees-a4500ed5f20510414ab3cde59bd1a55abbf68700.tar.bz2 webtrees-a4500ed5f20510414ab3cde59bd1a55abbf68700.zip | |
US 1880 census
Diffstat (limited to 'app/Census/CensusOfUnitedStates1860.php')
| -rw-r--r-- | app/Census/CensusOfUnitedStates1860.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfUnitedStates1860.php b/app/Census/CensusOfUnitedStates1860.php index 5904f73d9e..0fd062c4fd 100644 --- a/app/Census/CensusOfUnitedStates1860.php +++ b/app/Census/CensusOfUnitedStates1860.php @@ -44,7 +44,7 @@ class CensusOfUnitedStates1860 extends CensusOfUnitedStates implements CensusInt 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 CensusColumnBirthPlaceSimple($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'), |
