forked from rebillar/site-accueil-insa
test
This commit is contained in:
parent
90cd1eaa5e
commit
ddae7f5922
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if($user['perm'] < 3) {
|
||||||
$req->execute(array($mot,FALSE));
|
$req->execute(array($mot,FALSE));
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
echo $_POST;
|
echo $_POST["AJ_MOT"];
|
||||||
}
|
}
|
||||||
if(isset($_POST["SUPP_MOT"])){
|
if(isset($_POST["SUPP_MOT"])){
|
||||||
$req = $db->prepare("DELETE FROM mots_croise WHERE id=?");
|
$req = $db->prepare("DELETE FROM mots_croise WHERE id=?");
|
||||||
|
|
Loading…
Reference in a new issue