UTF8_encode(removal date) for date poll

This commit is contained in:
Bob Le Bricodeur 2014-11-15 01:40:59 +01:00
parent 67b72e5b06
commit 8910c69495

View File

@ -124,7 +124,7 @@ if (Utils::issetAndNoEmpty('titre', $_SESSION) === false || Utils::issetAndNoEmp
$temp_array = array_unique($_SESSION["totalchoixjour"]);
sort($temp_array);
$removal_date=strftime($date_format['txt_full'], end($temp_array)+ (86400 * $config['default_poll_duration']));
$removal_date=utf8_encode(strftime($date_format['txt_full'], end($temp_array)+ (86400 * $config['default_poll_duration'])));
// Sumary
$summary = '<ul>';