From 4b8b2e3eb139518ea1abd5875135bb39a9f0c187 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 12 May 2018 13:35:11 +0200 Subject: Stop using each() The each() function has been deprecated as of PHP 7.2.0. Use foreach loops instead. Signed-off-by: Lukas Fleischer --- web/template/account_search_results.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'web/template/account_search_results.php') diff --git a/web/template/account_search_results.php b/web/template/account_search_results.php index 43f2d1d6..81cd8185 100644 --- a/web/template/account_search_results.php +++ b/web/template/account_search_results.php @@ -18,7 +18,7 @@ else: $row): if ($i % 2): $c = "even"; else: @@ -51,7 +51,7 @@ else: @@ -64,10 +64,10 @@ else: $ind): ?> - + " /> @@ -79,10 +79,10 @@ else: $ind): ?> - + -->" /> -- cgit v1.2.3-24-g4f1b