diff options
Diffstat (limited to 'modules_v3/GEDFact_assistant/_CENS/census_3_find.php')
| -rw-r--r-- | modules_v3/GEDFact_assistant/_CENS/census_3_find.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules_v3/GEDFact_assistant/_CENS/census_3_find.php b/modules_v3/GEDFact_assistant/_CENS/census_3_find.php index 50a40201d2..8024bb860a 100644 --- a/modules_v3/GEDFact_assistant/_CENS/census_3_find.php +++ b/modules_v3/GEDFact_assistant/_CENS/census_3_find.php @@ -755,10 +755,10 @@ if ($action=="filter") { echo "<table class=\"tabs_table $TEXT_DIRECTION width90\"><tr>"; // Get the famrecs with hits on names from the family table // Get the famrecs with hits in the gedcom record from the family table - $myfamlist = wt_array_merge( + $myfamlist = array_unique(array_merge( search_fams_names($filter_array, array(WT_GED_ID), 'AND'), search_fams($filter_array, array(WT_GED_ID), 'AND', true) - ); + )); if ($myfamlist) { $curged = $GEDCOM; echo "<td class=\"list_value_wrap $TEXT_DIRECTION\"><ul>"; |
