up
This commit is contained in:
parent
9cb9932c94
commit
68f8705e17
1 changed files with 6 additions and 6 deletions
|
|
@ -89,17 +89,17 @@ error_reporting(E_ALL);
|
|||
echo "</table>";
|
||||
}
|
||||
|
||||
|
||||
foreach ($players_matches as $key => $update) {
|
||||
if ($key == 'updated'){
|
||||
echo "Last update: ";
|
||||
foreach ($players_matches as $player_data) {
|
||||
if (isset($player_data['updated'])) {
|
||||
echo $player_data['updated'];
|
||||
break; // Once found, exit the loop
|
||||
echo $update['updated'];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
</section>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue