mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-25 13:37:25 +02:00
Possibilité de télécharger une archive des solutions et notes de synthèse pour les organisateurs
This commit is contained in:
@ -21,7 +21,7 @@ if (($data = $req->fetch()) === false) {
|
||||
$data = $req->fetch();
|
||||
}
|
||||
}
|
||||
print_r($type);
|
||||
|
||||
if ($data !== false) {
|
||||
$team_data = $DB->query("SELECT `trigram` FROM `teams` WHERE `id` = " . $data["team"] . ";")->fetch();
|
||||
$tournament_data = $DB->query("SELECT `name` FROM `tournaments` WHERE `id` = " . $data["tournament"] . ";")->fetch();
|
||||
|
Reference in New Issue
Block a user