diff options
| author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-03-21 18:29:20 +0000 |
|---|---|---|
| committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-03-21 18:29:20 +0000 |
| commit | 4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40 (patch) | |
| tree | 70c3582a928950b3079816c807cd55e769cac0d4 /modules_v3/GEDFact_assistant/_CENS/census_3_find.php | |
| parent | 9b0d6698fc7c6dd5ed80352c0ae3c17536a6c631 (diff) | |
| download | webtrees-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.php | 2 |
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(); |
