This commit is contained in:
Thijs Stobbelaar 2023-09-29 14:38:44 +02:00
parent 8ed3b6f691
commit b5404230e4

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'];
} }
} }