From 41556be35cba41643d18f27c4c9ba264dde6a186 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 12 Apr 2022 11:47:01 +0200 Subject: Commit --- search/dept/results/index.php | 74 +++++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'search/dept/results') diff --git a/search/dept/results/index.php b/search/dept/results/index.php index b84ff89..3e09605 100644 --- a/search/dept/results/index.php +++ b/search/dept/results/index.php @@ -1,38 +1,38 @@ - $person) { - if (isset($person["birth"]["place"]) && isset($person["birth"]["place"]["dept"])) { - if ($person["birth"]["place"]["dept"] === $q) { - $results[] = $id; - } - } -} -if (count($results) === 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