forked from antux18/ChasseTresorPange
Correction d'un bug qui empêchait l'énigme 13 de s'afficher.
This commit is contained in:
parent
6d2c746441
commit
8dda7a45c5
BIN
data/teams.db
BIN
data/teams.db
Binary file not shown.
@ -26,7 +26,7 @@
|
||||
$stmt->execute();
|
||||
|
||||
// Si c'est le cas, on affiche toutes les énigmes, sinon, on cache la bonus :
|
||||
if ($stmt->fetchAll()[0][0] == 1) {
|
||||
if ($stmt->fetchAll()[0][1] == 1) {
|
||||
$stmt = $database->pdo_article->prepare("SELECT * FROM puzzles");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user