This commit is contained in:
Thijs Stobbelaar 2023-09-27 15:52:07 +02:00
parent c61d3df844
commit 295af20eb5

View file

@ -48,6 +48,8 @@ error_reporting(E_ALL);
$matches = $player_data['matches']; $matches = $player_data['matches'];
$KD_H = ($player_data['KD_H'] == "Infinity") ? "" : number_format($player_data['KD_H'], 2, ',', ''); $KD_H = ($player_data['KD_H'] == "Infinity") ? "" : number_format($player_data['KD_H'], 2, ',', '');
$KD_ALL = ($player_data['KD_ALL'] == "Infinity") ? "" : number_format($player_data['KD_ALL'], 2, ',', ''); $KD_ALL = ($player_data['KD_ALL'] == "Infinity") ? "" : number_format($player_data['KD_ALL'], 2, ',', '');
echo $KD_H;
echo $KD_ALL;
echo "<tr> echo "<tr>
<td>$player_name</td> <td>$player_name</td>