error in race1, typo
This commit is contained in:
@@ -158,7 +158,7 @@ if($reg_racers_1 != null){
|
||||
if($place == 1) $medal = '<img src="./img/1st.jpg" class="w3-image" width="20">';
|
||||
if($place == 2) $medal = '<img src="./img/2nd.jpg" class="w3-image" width="20">';
|
||||
if($place == 3) $medal = '<img src="./img/3rd.jpg" class="w3-image" width="20">';
|
||||
$reg_race_1display = $reg_race_1_display.'<tr><td>'.$racer['ID'].'</td><td>'.$racer["NICK"].'</td><td>'.$racer["TIME"].'</td><td>'.$place.'. '.$medal.'</td></tr>';
|
||||
$reg_race_1_display = $reg_race_1_display.'<tr><td>'.$racer['ID'].'</td><td>'.$racer["NICK"].'</td><td>'.$racer["TIME"].'</td><td>'.$place.'. '.$medal.'</td></tr>';
|
||||
$place++;
|
||||
$medal = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user