summaryrefslogtreecommitdiff
path: root/app/Census/CensusOfDenmark1906.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Census/CensusOfDenmark1906.php')
-rw-r--r--app/Census/CensusOfDenmark1906.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfDenmark1906.php b/app/Census/CensusOfDenmark1906.php
index 50e2454453..0bcaa2be95 100644
--- a/app/Census/CensusOfDenmark1906.php
+++ b/app/Census/CensusOfDenmark1906.php
@@ -38,7 +38,7 @@ class CensusOfDenmark1906 extends CensusOfDenmark implements CensusInterface {
public function columns() {
return array(
new CensusColumnFullName($this, 'TBC', 'To be confirmed'),
- new CensusColumnAge($this, 'TBC', 'To be confirmed'),
+ new CensusColumnDateOfBirth($this, 'TBC', 'To be confirmed'),
new CensusColumnSexMF($this, 'TBC', 'To be confirmed'),
new CensusColumnCondition($this, 'TBC', 'To be confirmed'),
new CensusColumnRelationToHead($this, 'TBC', 'To be confirmed'),