Correction de bug
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent da7ea1a479
commit bb6399bb49

@ -31,14 +31,12 @@
global $playerNumberPerGame; global $playerNumberPerGame;
$i = 0; $i = 0;
for ($i; $i <= $playerNumberPerGame; $i++) { for ($i; $i <= $playerNumberPerGame; $i++) {
echo $i . "b\n";
echo "<tr>"; echo "<tr>";
echo "<th scope='row'> X </th>"; echo "<th scope='row'> X </th>";
echo "<td>" . $lesInfos[0][$i]->getPseudo() . "</td>"; echo "<td>" . $lesInfos[0][$i]->getPseudo() . "</td>";
echo "<td>" . $lesInfos[1][$i] . "</td>"; echo "<td>" . $lesInfos[1][$i] . "</td>";
echo "<td>" . $lesInfos[2][$i] . "</td>"; echo "<td>" . $lesInfos[2][$i] . "</td>";
echo "</tr>"; echo "</tr>";
$i++;
} }
?> ?>
</tbody> </tbody>

Loading…
Cancel
Save