contiun
This commit is contained in:
parent
e59980b2f2
commit
593131c161
1 changed files with 5 additions and 5 deletions
|
|
@ -66,11 +66,11 @@ $ogDescription = "Dive into the detailed match stats of DTCH Clan in PUBG. Explo
|
||||||
if ($stats['name'] === $selected_player) {
|
if ($stats['name'] === $selected_player) {
|
||||||
|
|
||||||
|
|
||||||
if (isset($_GET['filter_by_match_type'])) {
|
// if (isset($_GET['filter_by_match_type'])) {
|
||||||
if ($_GET['filter_by_match_type'] !== 'all' && $match['matchType'] !== $_GET['filter_by_match_type']) {
|
// if ($_GET['filter_by_match_type'] !== 'all' && $match['matchType'] !== $_GET['filter_by_match_type']) {
|
||||||
continue;
|
// continue;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
$date = new DateTime($match['createdAt']);
|
$date = new DateTime($match['createdAt']);
|
||||||
$date->modify('+1 hours');
|
$date->modify('+1 hours');
|
||||||
$formattedDate = $date->format('m-d H:i:s');
|
$formattedDate = $date->format('m-d H:i:s');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue