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/death/results/index.php | 38 ---------------------------- 1 file changed, 38 deletions(-) delete mode 100644 app/genealogy/search/death/results/index.php (limited to 'app/genealogy/search/death/results/index.php') diff --git a/app/genealogy/search/death/results/index.php b/app/genealogy/search/death/results/index.php deleted file mode 100644 index b3210d8..0000000 --- a/app/genealogy/search/death/results/index.php +++ /dev/null @@ -1,38 +0,0 @@ - $person) { - if (isset($person["death"]["date"]) && isset($person["death"]["date"]["year"])) { - if ((string)$person["death"]["date"]["year"] === $q) { - $results[] = $id; - } - } -} -if (count($results) === 0): ?> - - -
- - # - -
- \ No newline at end of file -- cgit