d
This commit is contained in:
parent
e1a209a752
commit
b30f2b2d61
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ error_reporting(E_ALL);
|
|||
</tr>";
|
||||
|
||||
foreach ($players_matches as $player_datas) {
|
||||
|
||||
|
||||
$keys = array_keys($player_datas);
|
||||
print($keys);
|
||||
foreach ($player_datas as $player_data) {
|
||||
if (!isset($player_data['playername']) || is_null($player_data['playername'])) {
|
||||
continue; // Skip this iteration and move to the next
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue