mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 01:32:05 +01:00 
			
		
		
		
	Typo
This commit is contained in:
		@@ -61,7 +61,7 @@ Numéro de téléphone : <?= $user_data["phone_number"] ?><br />
 | 
			
		||||
 | 
			
		||||
if ($user_data["role"] == "ADMIN" || $user_data["role"] == "ORGANIZER") {
 | 
			
		||||
	while (($tournament_data = $tournaments_req->fetch()) !== false) {
 | 
			
		||||
		echo "Organise le tournoi de <a href=\"$URL_BASE/tournoi/" . $tournament_data["name"] . "\">" . $tournament_data["name"] . "</a><br />";
 | 
			
		||||
		echo "Organise le tournoi <a href=\"$URL_BASE/tournoi/" . $tournament_data["name"] . "\">" . $tournament_data["name"] . "</a><br />";
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
elseif ($user_data["role"] == "PARTICIPANT" || $user_data["role"] == "ENCADRANT") { ?>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user