correct whitespace in choix_date.php file

This commit is contained in:
Lamrani Abdel 2022-11-30 14:14:17 +01:00
parent 9d59f0e038
commit 6a9862bcae

View File

@ -177,7 +177,7 @@ if (GETPOST('confirmation')) {
}
// Add survey into database
if (!$erreur && $erreurNb==0) {
if (!$erreur && $erreurNb == 0) {
$_SESSION["toutchoix"] = substr("$choixdate", 1);
ajouter_sondage();