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/CensusOfUnitedStates1870.php | |
| parent | 884b36a7f2ed93d36034ab149143f4bd646d4437 (diff) | |
| download | webtrees-a4500ed5f20510414ab3cde59bd1a55abbf68700.tar.gz webtrees-a4500ed5f20510414ab3cde59bd1a55abbf68700.tar.bz2 webtrees-a4500ed5f20510414ab3cde59bd1a55abbf68700.zip | |
US 1880 census
Diffstat (limited to 'app/Census/CensusOfUnitedStates1870.php')
| -rw-r--r-- | app/Census/CensusOfUnitedStates1870.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfUnitedStates1870.php b/app/Census/CensusOfUnitedStates1870.php index 487b95bbaa..b41fb6a671 100644 --- a/app/Census/CensusOfUnitedStates1870.php +++ b/app/Census/CensusOfUnitedStates1870.php @@ -44,7 +44,7 @@ class CensusOfUnitedStates1870 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 CensusColumnFatherForeign($this, 'FFB', 'Father of foreign birth'), new CensusColumnMotherForeign($this, 'MFB', 'Mother of foreign birth'), new CensusColumnMonthIfBornWithinYear($this, 'Born', 'If born within the year, state month'), |
