Some session variables were not properly unset

This commit is contained in:
Marcos García de La Fuente 2014-01-04 15:47:47 +01:00
parent 3590e3d7b6
commit efba39310e

View File

@ -298,6 +298,10 @@ function ajouter_sondage($origin)
unset($_SESSION["mailsonde"]);
unset($_SESSION['allow_comments']);
unset($_SESSION['allow_spy']);
unset($_SESSION['toutchoix']);
unset($_SESSION['caneditsondage']);
unset($_SESSION['totalchoixjour']);
unset($_SESSION['champdatefin']);
header("Location: ".$urlback);
exit();