mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 08:22:10 +01: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