mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-26 00:27:32 +02:00
Diverses corrections
This commit is contained in:
@ -8,7 +8,7 @@ $orgas_response = $DB->query("SELECT `id`, `surname`, `first_name` FROM `users`
|
||||
$has_error = false;
|
||||
$error_message = null;
|
||||
|
||||
if (isset($_POST["submitted"])) {
|
||||
if (isset($_POST["add_tournament"])) {
|
||||
$tournament = new NewTournament($_POST);
|
||||
try {
|
||||
$tournament->makeVerifications();
|
||||
|
Reference in New Issue
Block a user