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 9df9a17ae7..5109abf644 100644 --- a/modules_v3/GEDFact_assistant/_CENS/census_3_find.php +++ b/modules_v3/GEDFact_assistant/_CENS/census_3_find.php @@ -1,5 +1,5 @@ <?php -namespace Webtrees; +namespace Fisharebest\Webtrees; /** * webtrees: online genealogy @@ -70,7 +70,7 @@ if ($action == "filter") { $myindilist = search_indis_names($filter_array, array(WT_GED_ID), 'AND'); if ($myindilist) { echo "<tr><td class=\"list_value_wrap\"><ul>"; - usort($myindilist, 'Webtrees\GedcomRecord::compare'); + usort($myindilist, __NAMESPACE__ . '\GedcomRecord::compare'); foreach ($myindilist as $indi) { $nam = $indi->getAllNames(); $wholename = rtrim($nam[0]['givn'], '*') . " " . $nam[0]['surname']; |
