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:
@ -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;
|
||||
|
Reference in New Issue
Block a user