From 3da225890a04da158280a7c7db435913c30a1833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Sat, 14 Jan 2023 16:07:14 +0100 Subject: [PATCH] Correction de modification --- Config/Config.php | 5 +---- Controller/ResoudreGateway.php | 6 +++--- Controller/UserController.php | 1 - View/src/pages/Multijoueur/LobbyEnd.php | 1 - 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Config/Config.php b/Config/Config.php index ccd8afe1..34f03da9 100644 --- a/Config/Config.php +++ b/Config/Config.php @@ -53,7 +53,4 @@ $error = ""; // Server $serverAdress = "82.165.180.114"; $playerNumberPerGame = 3; -$nbEnigmePerGame = 1; - - -$test = null; \ No newline at end of file +$nbEnigmePerGame = 1; \ No newline at end of file diff --git a/Controller/ResoudreGateway.php b/Controller/ResoudreGateway.php index 36e4941f..9bc05964 100644 --- a/Controller/ResoudreGateway.php +++ b/Controller/ResoudreGateway.php @@ -320,9 +320,9 @@ class ResoudreGateway "enigme" => array($enigmeId, SQLITE3_INTEGER), "partie" => array($idPartie, SQLITE3_INTEGER))); $results=$this->con->getResults(); - // if (empty($results) || $results[0]['classement'] == null) { - // return array(null); - // } + if (empty($results) || $results[0]['classement'] == null) { + return array(null); + } foreach ($results as $row) { $classement[] = $row['classement']; }; diff --git a/Controller/UserController.php b/Controller/UserController.php index 76490bae..3ce7ac3a 100644 --- a/Controller/UserController.php +++ b/Controller/UserController.php @@ -268,7 +268,6 @@ class UserController } $points = $model->getPointsAtTheEnd($utilisateur->getEmail(), $idPartie); $dateDebut = $model->getDateDebut($idPartie); - global $test; require($rep . $vues['lobbyEnd']); } else { if ($index == 1 ){ diff --git a/View/src/pages/Multijoueur/LobbyEnd.php b/View/src/pages/Multijoueur/LobbyEnd.php index 92618c14..dc72b002 100644 --- a/View/src/pages/Multijoueur/LobbyEnd.php +++ b/View/src/pages/Multijoueur/LobbyEnd.php @@ -19,7 +19,6 @@

Vous avez terminer toute les énimges.

-

Votre score est de : points.

Temps restant avant la fin de la partie :