summaryrefslogtreecommitdiff
path: root/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
diff options
context:
space:
mode:
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 5109abf644..2a4f2f6daf 100644
--- a/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
+++ b/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
@@ -67,7 +67,7 @@ if ($action == "filter") {
// Output Individual for GEDFact Assistant ======================
echo "<table class=\"tabs_table width90\">";
- $myindilist = search_indis_names($filter_array, array(WT_GED_ID), 'AND');
+ $myindilist = search_indis_names($filter_array, array(WT_GED_ID));
if ($myindilist) {
echo "<tr><td class=\"list_value_wrap\"><ul>";
usort($myindilist, __NAMESPACE__ . '\GedcomRecord::compare');