summaryrefslogtreecommitdiff
path: root/app/Census/CensusOfDenmark1950.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Census/CensusOfDenmark1950.php')
-rw-r--r--app/Census/CensusOfDenmark1950.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfDenmark1950.php b/app/Census/CensusOfDenmark1950.php
index 4c74ccea06..373b354cc0 100644
--- a/app/Census/CensusOfDenmark1950.php
+++ b/app/Census/CensusOfDenmark1950.php
@@ -38,7 +38,7 @@ class CensusOfDenmark1950 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'),