added documents

This commit is contained in:
2024-03-24 21:47:37 +01:00
parent 20a6e2914e
commit 8b934b8934

View File

@@ -213,7 +213,7 @@ if(isset($_GET['write_success'])){
<h3>Registrovaní</h3>
<table class="w3-table w3-striped w3-bordered w3-border w3-white"><tr><th>ID</th><th>Přezdívka / Team</th><th>Závod</th><th>Čas</th></tr>
<?
if(in_array(1, array_keys($reg_racers))){
if(count($reg_racers_1) > 0){
foreach($reg_racers_1 as $racer){
echo '<tr><td>'.$racer['ID'].'</td><td>'.$racer["NICK"].'</td><td>'.$racer["RACE"].'</td><td>'.$racer["TIME"].'</td></tr>';
}