From 7a81d09b88b4c00271eb25c62341eb727660960d Mon Sep 17 00:00:00 2001 From: galaxyoyo Date: Mon, 26 Aug 2019 16:51:07 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20s=C3=A9parateur=20horizontal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server_files/equipe.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server_files/equipe.php b/server_files/equipe.php index 478d7d1..73d2993 100644 --- a/server_files/equipe.php +++ b/server_files/equipe.php @@ -15,8 +15,6 @@ $tournament_data = $DB->query("SELECT `name`, `date_start` FROM `tournaments` WH $documents_req = $DB->prepare("SELECT `file_id`, `user`, `type`, COUNT(`type`) AS `version` FROM `documents` WHERE `team` = ? GROUP BY `type` ORDER BY `user`, `type` ASC, `uploaded_at` DESC;"); $documents_req->execute([$team_data["id"]]); - - ?> @@ -41,6 +39,8 @@ for ($i = 1; $i <= 6; ++$i) { } ?> +
+

Autorisations