forked from rebillar/site-accueil-insa
test ville
This commit is contained in:
parent
698f3c5226
commit
3ca788a399
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ if(isset($_POST['add_epreuve'])){
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
echo "avant bdd";
|
||||
$_POST['est_finale'] = $_POST['est_finale'] == 'on' ? 1 : 0;
|
||||
|
||||
$req = $db->prepare("INSERT INTO ville_epreuve(indice,reponse,photo,id_equipe,est_finale,ordre,est_trouvee) VALUES(?,?,?,?,?,?,?)");
|
||||
|
|
Loading…
Reference in a new issue