summaryrefslogtreecommitdiff
path: root/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-03-21 18:29:20 +0000
committerScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-03-21 18:29:20 +0000
commit4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40 (patch)
tree70c3582a928950b3079816c807cd55e769cac0d4 /modules_v3/GEDFact_assistant/_CENS/census_3_find.php
parent9b0d6698fc7c6dd5ed80352c0ae3c17536a6c631 (diff)
downloadwebtrees-4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40.tar.gz
webtrees-4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40.tar.bz2
webtrees-4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40.zip
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'modules_v3/GEDFact_assistant/_CENS/census_3_find.php')
-rw-r--r--modules_v3/GEDFact_assistant/_CENS/census_3_find.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/GEDFact_assistant/_CENS/census_3_find.php b/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
index 334371ac1f..2dd5ccb428 100644
--- a/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
+++ b/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
@@ -115,7 +115,7 @@ if ($action == "filter") {
if (!isset($marrdate)) { $marrdate = ""; }
//-- Get Children’s Name, DOB, DOD --------------------------
- $chBLDarray = Array();
+ $chBLDarray = array();
if (isset($children)) {
foreach ($children as $key=>$child) {
$chnam = $child->getAllNames();