diff --git a/gestionsite/modifVotation.php b/gestionsite/modifVotation.php index 7f62f96..da59562 100644 --- a/gestionsite/modifVotation.php +++ b/gestionsite/modifVotation.php @@ -1,5 +1,4 @@
diff --git a/gestionsite/saisieVotes.php b/gestionsite/saisieVotes.php index b4677eb..34a1e0d 100644 --- a/gestionsite/saisieVotes.php +++ b/gestionsite/saisieVotes.php @@ -19,7 +19,7 @@ if (empty($idVotation)) { if (array_key_exists("idVotation", $GLOBALS)) { - $idVotation == $GLOBALS["idVotation"]; + $idVotation = $GLOBALS["idVotation"]; }else { choixVotation($path); diff --git a/session_init.php b/session_init.php index d978c69..a28be2d 100644 --- a/session_init.php +++ b/session_init.php @@ -1,5 +1,4 @@