diff --git a/GameEngine/Ranking.php b/GameEngine/Ranking.php index 0c807229..b77b11cf 100755 --- a/GameEngine/Ranking.php +++ b/GameEngine/Ranking.php @@ -271,6 +271,8 @@ ORDER BY totalpop DESC, totalvillages DESC, userid DESC"; } + $datas = array(); + $result = (mysqli_query($GLOBALS['link'],$q)); while($row = mysqli_fetch_assoc($result)) { $datas[] = $row;