1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 23:47:30 +02:00

Correction d'un problème

This commit is contained in:
galaxyoyo
2019-09-08 01:47:30 +02:00
parent 228c683dc8
commit ca1a9e4415
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ if (isset($_POST["edit_tournament"])) {
}
$orgas = $tournament->getOrganizers();
$teams = $tournament->getAllTeams();
$orgas_response = $DB->query("SELECT `id`, `surname`, `first_name` FROM `users` WHERE (`role` = 'ORGANIZER' OR `role` = 'ADMIN') AND `year` = '$YEAR';");
function updateTournament() {
global $DB, $URL_BASE, $YEAR, $tournament, $orgas;