From 593131c161c7820e39d352e2d7297b744d611d66 Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 22 Nov 2023 16:06:12 +0100 Subject: [PATCH] contiun --- latestmatches.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/latestmatches.php b/latestmatches.php index 682d693..de2b080 100644 --- a/latestmatches.php +++ b/latestmatches.php @@ -66,11 +66,11 @@ $ogDescription = "Dive into the detailed match stats of DTCH Clan in PUBG. Explo if ($stats['name'] === $selected_player) { - if (isset($_GET['filter_by_match_type'])) { - if ($_GET['filter_by_match_type'] !== 'all' && $match['matchType'] !== $_GET['filter_by_match_type']) { - continue; - } - } + // if (isset($_GET['filter_by_match_type'])) { + // if ($_GET['filter_by_match_type'] !== 'all' && $match['matchType'] !== $_GET['filter_by_match_type']) { + // continue; + // } + // } $date = new DateTime($match['createdAt']); $date->modify('+1 hours'); $formattedDate = $date->format('m-d H:i:s');