This commit is contained in:
Lanta 2023-09-29 14:38:44 +02:00
parent 68f8705e17
commit 6e87650105

View file

@ -91,8 +91,8 @@ error_reporting(E_ALL);
foreach ($players_matches as $key => $update) { foreach ($players_matches as $key => $update) {
if ($key == 'updated'){ if ($key == 'updated'){
echo "Last update: "; echo "Last update: $update ";
echo $update['updated'];
} }
} }