From b5404230e4634b0af0425fbf37acb17f03a7ddc4 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Fri, 29 Sep 2023 14:38:44 +0200 Subject: [PATCH] update --- last_stats.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/last_stats.php b/last_stats.php index ae4a817..02583ac 100644 --- a/last_stats.php +++ b/last_stats.php @@ -91,8 +91,8 @@ error_reporting(E_ALL); foreach ($players_matches as $key => $update) { if ($key == 'updated'){ - echo "Last update: "; - echo $update['updated']; + echo "Last update: $update "; + } }