From d67f561a77dbf5e41662311b533ee6314e04a60b Mon Sep 17 00:00:00 2001 From: Milan Toman Date: Mon, 25 Mar 2024 14:54:51 +0100 Subject: [PATCH] error in race1, typo --- www/lib/show_reg_public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/lib/show_reg_public.php b/www/lib/show_reg_public.php index 145fdcb..21dd90f 100644 --- a/www/lib/show_reg_public.php +++ b/www/lib/show_reg_public.php @@ -158,7 +158,7 @@ if($reg_racers_1 != null){ if($place == 1) $medal = ''; if($place == 2) $medal = ''; if($place == 3) $medal = ''; - $reg_race_1display = $reg_race_1_display.''.$racer['ID'].''.$racer["NICK"].''.$racer["TIME"].''.$place.'. '.$medal.''; + $reg_race_1_display = $reg_race_1_display.''.$racer['ID'].''.$racer["NICK"].''.$racer["TIME"].''.$place.'. '.$medal.''; $place++; $medal = ''; }