diff --git a/html/Studio/Places.php b/html/Studio/Places.php index 7a19319..354609d 100644 --- a/html/Studio/Places.php +++ b/html/Studio/Places.php @@ -1,8 +1,10 @@ id)->fetchAll(PDO::FETCH_ASSOC); foreach ($games as $game) { - $placethumbnail = handleGameThumb($game[id]); + $placeid = $game['id']; + $placename = $game['Name']; + $placethumbnail = handleGameThumb($game['id']); $games_html .= << -
+