summaryrefslogtreecommitdiff
path: root/app/Census/CensusOfUnitedStates1940.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-09-26 21:59:14 +0100
committerGreg Roach <fisharebest@gmail.com>2015-09-26 21:59:14 +0100
commit40150762995019e237299a92690fdc53f25e4ccf (patch)
tree17c846ae64f14a5def3a4538ad3135a62c57aaa4 /app/Census/CensusOfUnitedStates1940.php
parent289506e348104ebaf4aad14d2f3e735c97b86b73 (diff)
downloadwebtrees-40150762995019e237299a92690fdc53f25e4ccf.tar.gz
webtrees-40150762995019e237299a92690fdc53f25e4ccf.tar.bz2
webtrees-40150762995019e237299a92690fdc53f25e4ccf.zip
Census definitions
Diffstat (limited to 'app/Census/CensusOfUnitedStates1940.php')
-rw-r--r--app/Census/CensusOfUnitedStates1940.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfUnitedStates1940.php b/app/Census/CensusOfUnitedStates1940.php
index d0f085ff12..b15a84300d 100644
--- a/app/Census/CensusOfUnitedStates1940.php
+++ b/app/Census/CensusOfUnitedStates1940.php
@@ -37,7 +37,7 @@ class CensusOfUnitedStates1940 extends CensusOfUnitedStates implements CensusInt
*/
public function columns() {
return array(
- new CensusColumnFullName($this, '', ''),
+ new CensusColumnNull($this, 'XXXX', 'XXXX'),
);
}
}