From 0048d676a2bed3addadea670fa5d802a314af473 Mon Sep 17 00:00:00 2001 From: Debulois Date: Fri, 6 May 2022 22:01:01 +0200 Subject: Correction des imports et supression des trailin white space pour le déploiement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Core/Functions/func_search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Core/Functions/func_search.php') diff --git a/Core/Functions/func_search.php b/Core/Functions/func_search.php index 69740da..9575026 100644 --- a/Core/Functions/func_search.php +++ b/Core/Functions/func_search.php @@ -40,7 +40,7 @@ function search($request, $isResearch) { } } - // On fait la moyenne des notes, + // On fait la moyenne des notes, // et pour les étoiles on "coupe" tout ce qui est après la virgule en castant en "int". if ($notes) { $average = array_sum($notes) / count($notes); @@ -75,7 +75,7 @@ function search($request, $isResearch) { $_SESSION["search"] = $search; header("Location: /index.php#separator2"); - die(); + die(); } ?> \ No newline at end of file -- cgit v1.2.3