IBR CASUAL OFFICIAL SEPERATED #47

Merged
OpzekerIT merged 15 commits from dev into main 2023-09-29 12:39:59 +00:00
Showing only changes of commit 8ed3b6f691 - Show all commits

View file

@ -89,17 +89,17 @@ error_reporting(E_ALL);
echo "</table>"; echo "</table>";
} }
foreach ($players_matches as $key => $update) {
echo "Last update: "; if ($key == 'updated'){
foreach ($players_matches as $player_data) { echo "Last update: ";
if (isset($player_data['updated'])) { echo $update['updated'];
echo $player_data['updated'];
break; // Once found, exit the loop
} }
} }
?> ?>
</section> </section>
</main> </main>