Correction
continuous-integration/drone/push Build encountered an error Details

ServeurDeTest
Noé GARNIER 2 years ago
parent fcd9738b7f
commit 8eb3e364cf

@ -98,7 +98,7 @@
</tr> </tr>
<tr> <tr>
<?php <?php
if ($enigme->getPoints() != 0 && $enigme->getTempsDeResolution() != 0) { if ($enigme->getPoints() == 0 && $enigme->getTempsDeResolution() == 0) {
echo '<td>Tester </td>'; echo '<td>Tester </td>';
echo '<td><a class="link" href="index.php?action=goToEnigme&ordre=' . $enigme->getOrdre() . '">Tester</a></td>'; echo '<td><a class="link" href="index.php?action=goToEnigme&ordre=' . $enigme->getOrdre() . '">Tester</a></td>';
} }

Loading…
Cancel
Save