diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-08-20 16:49:56 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-08-20 16:49:56 +0000 |
| commit | 8c3340365c0e863ea5dfc82d1d36111e73679aa4 (patch) | |
| tree | 014a46911af08c39539db2f030579b245f7ce5aa | |
| parent | b4613b2c1217c673aee4932368dc0533d1be4842 (diff) | |
| download | webtrees-8c3340365c0e863ea5dfc82d1d36111e73679aa4.tar.gz webtrees-8c3340365c0e863ea5dfc82d1d36111e73679aa4.tar.bz2 webtrees-8c3340365c0e863ea5dfc82d1d36111e73679aa4.zip | |
Correct wrongly transcribed Eng? field on US Census Output to correctly show MnsU (Months Unemployed during the Census year)
| -rw-r--r-- | modules/GEDFact_assistant/_CENS/census_note_decode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/GEDFact_assistant/_CENS/census_note_decode.php b/modules/GEDFact_assistant/_CENS/census_note_decode.php index 89a5550880..31a6d9640c 100644 --- a/modules/GEDFact_assistant/_CENS/census_note_decode.php +++ b/modules/GEDFact_assistant/_CENS/census_note_decode.php @@ -78,7 +78,7 @@ $text = str_replace(".b.".'Mmth', "<span class=\"note1\" alt=\"".'Month of marriage - If married during Census Year'."\" title=\"".'Month of marriage - If married during Census Year'."\"> <b>".'Mmth'."</span>", $text); $text = str_replace(".b.".'MnsE', "<span class=\"note1\" alt=\"".'Months employed during Census Year'."\" title=\"".'Months employed during Census Year'."\"> <b>".'MnsE'."</span>", $text); $text = str_replace(".b.".'WksU', "<span class=\"note1\" alt=\"".'Weeks unemployed during Census Year'."\" title=\"".'Weeks unemployed during Census Year'."\"> <b>".'WksU'."</span>", $text); - $text = str_replace(".b.".'MnsU', "<span class=\"note1\" alt=\"".'Months unemployed during Census Year'."\" title=\"".'English spoken?'."\"> <b>".'Eng?'."</span>", $text); + $text = str_replace(".b.".'MnsU', "<span class=\"note1\" alt=\"".'Months unemployed during Census Year'."\" title=\"".'Months unemployed during Census Year'."\"> <b>".'MnsU'."</span>", $text); $text = str_replace(".b.".'Edu', "<span class=\"note1\" alt=\"".'Education - xxx - At School, Cannot Read, Cannot Write'."\" title=\"".'Education - xxx - At School, Cannot Read, Cannot Write'."\"><b>".'Edu'."</span>", $text); $text = str_replace(".b.".'Home', "<span class=\"note1\" alt=\"".'Home Ownership - Owned/Rented-Free/Mortgaged-Farm/House-Farm Schedule number'."\" title=\"".'Home Ownership - Owned/Rented-Free/Mortgaged-Farm/House-Farm Schedule number'."\"> <b>".'Home'."</span>", $text); $text = str_replace(".b.".'Situ', "<span class=\"note1\" alt=\"".'Situation - Disease, Infirmaty, Convict, Pauper etc'."\" title=\"".'Situation - Disease, Infirmaty, Convict, Pauper etc'."\"> <b>".'Situ'."</span>", $text); |
