From a4500ed5f20510414ab3cde59bd1a55abbf68700 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Thu, 22 Oct 2015 23:27:47 +0100 Subject: US 1880 census --- app/Census/CensusOfUnitedStates1870.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Census/CensusOfUnitedStates1870.php') 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'), -- cgit v1.3