From 6c877fecb5374905d3f49663c68c20416a847e0e Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 12 Apr 2022 13:47:55 +0200 Subject: Commit --- app/genealogy/search/dept/results/index.php | 38 ----------------------------- 1 file changed, 38 deletions(-) delete mode 100644 app/genealogy/search/dept/results/index.php (limited to 'app/genealogy/search/dept/results') diff --git a/app/genealogy/search/dept/results/index.php b/app/genealogy/search/dept/results/index.php deleted file mode 100644 index 3e09605..0000000 --- a/app/genealogy/search/dept/results/index.php +++ /dev/null @@ -1,38 +0,0 @@ - $person) { - if (isset($person["birth"]["place"]) && isset($person["birth"]["place"]["dept"])) { - if ($person["birth"]["place"]["dept"] === $q) { - $results[] = $id; - } - } -} -if (count($results) === 0): ?> - - -
- - # - -
- \ No newline at end of file -- cgit