From 41556be35cba41643d18f27c4c9ba264dde6a186 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 12 Apr 2022 11:47:01 +0200 Subject: Commit --- search/lastname/results/index.php | 70 +++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'search/lastname/results/index.php') diff --git a/search/lastname/results/index.php b/search/lastname/results/index.php index 80bc75b..bfb80f7 100644 --- a/search/lastname/results/index.php +++ b/search/lastname/results/index.php @@ -1,36 +1,36 @@ - $person) { - if (ucfirst(strtolower($person["famname"])) === ucfirst(strtolower($q))) { - $results[] = $id; - } -} -if (count($results) === 0): ?> - - -
- - # - -
+ $person) { + if (ucfirst(strtolower($person["famname"])) === ucfirst(strtolower($q))) { + $results[] = $id; + } +} +if (count($results) === 0): ?> + + +
+ + # + +
\ No newline at end of file -- cgit