@@ -67,7 +67,7 @@ |
||
67 | 67 | } |
68 | 68 | |
69 | 69 | $nbPostFromList = 0; |
70 | - for ($i=0, $nb=count($gameListA) - 1; $i <= $nb; ++$i) { |
|
70 | + for ($i = 0, $nb = count($gameListA) - 1; $i <= $nb; ++$i) { |
|
71 | 71 | $idGame = $gameListA[$i]['id']; |
72 | 72 | if (isset($oldRank[$idGame])) { |
73 | 73 | $gameListA[$i]['oldRank'] = $oldRank[$idGame]; |
@@ -68,7 +68,7 @@ |
||
68 | 68 | } |
69 | 69 | |
70 | 70 | $nbPostFromList = 0; |
71 | - for ($i=0, $nb=count($playerListA) - 1; $i <= $nb; ++$i) { |
|
71 | + for ($i = 0, $nb = count($playerListA) - 1; $i <= $nb; ++$i) { |
|
72 | 72 | $idPlayer = $playerListA[$i]['idPlayer']; |
73 | 73 | if (isset($oldRank[$idPlayer])) { |
74 | 74 | $playerListA[$i]['oldRank'] = $oldRank[$idPlayer]; |