mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 19:02:33 +00:00
Typo
This commit is contained in:
parent
fc6f039212
commit
35aed16e10
@ -61,7 +61,7 @@ Numéro de téléphone : <?= $user_data["phone_number"] ?><br />
|
|||||||
|
|
||||||
if ($user_data["role"] == "ADMIN" || $user_data["role"] == "ORGANIZER") {
|
if ($user_data["role"] == "ADMIN" || $user_data["role"] == "ORGANIZER") {
|
||||||
while (($tournament_data = $tournaments_req->fetch()) !== false) {
|
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") { ?>
|
elseif ($user_data["role"] == "PARTICIPANT" || $user_data["role"] == "ENCADRANT") { ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user