From 35aed16e102fa78320e19c657732ebfef7cff784 Mon Sep 17 00:00:00 2001 From: Yohann Date: Mon, 2 Sep 2019 20:08:20 +0200 Subject: [PATCH] Typo --- server_files/informations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_files/informations.php b/server_files/informations.php index c02d3d7..c4c66c5 100644 --- a/server_files/informations.php +++ b/server_files/informations.php @@ -61,7 +61,7 @@ Numéro de téléphone :
if ($user_data["role"] == "ADMIN" || $user_data["role"] == "ORGANIZER") { while (($tournament_data = $tournaments_req->fetch()) !== false) { - echo "Organise le tournoi de " . $tournament_data["name"] . "
"; + echo "Organise le tournoi " . $tournament_data["name"] . "
"; } } elseif ($user_data["role"] == "PARTICIPANT" || $user_data["role"] == "ENCADRANT") { ?>