diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-09-26 21:59:14 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-09-26 21:59:14 +0100 |
| commit | 40150762995019e237299a92690fdc53f25e4ccf (patch) | |
| tree | 17c846ae64f14a5def3a4538ad3135a62c57aaa4 /app/Census/CensusOfFrance1911.php | |
| parent | 289506e348104ebaf4aad14d2f3e735c97b86b73 (diff) | |
| download | webtrees-40150762995019e237299a92690fdc53f25e4ccf.tar.gz webtrees-40150762995019e237299a92690fdc53f25e4ccf.tar.bz2 webtrees-40150762995019e237299a92690fdc53f25e4ccf.zip | |
Census definitions
Diffstat (limited to 'app/Census/CensusOfFrance1911.php')
| -rw-r--r-- | app/Census/CensusOfFrance1911.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfFrance1911.php b/app/Census/CensusOfFrance1911.php index c584fc66c6..c403a9474b 100644 --- a/app/Census/CensusOfFrance1911.php +++ b/app/Census/CensusOfFrance1911.php @@ -37,7 +37,7 @@ class CensusOfFrance1911 extends CensusOfFrance implements CensusInterface { */ public function columns() { return array( - new CensusColumnFullName($this, '', ''), + new CensusColumnNull($this, 'XXXX', 'XXXX'), ); } } |
