update
This commit is contained in:
parent
8ed3b6f691
commit
b5404230e4
1 changed files with 2 additions and 2 deletions
|
|
@ -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'];
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue