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>";
|
echo "</table>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
foreach ($players_matches as $key => $update) {
|
||||||
|
if ($key == 'updated'){
|
||||||
echo "Last update: ";
|
echo "Last update: ";
|
||||||
foreach ($players_matches as $player_data) {
|
echo $update['updated'];
|
||||||
if (isset($player_data['updated'])) {
|
|
||||||
echo $player_data['updated'];
|
|
||||||
break; // Once found, exit the loop
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue