mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
UTF8 encode on Removal date for French chars on Months
This commit is contained in:
parent
0239dd0735
commit
5d981cb717
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ if (Utils::issetAndNoEmpty('titre', $_SESSION) === false || Utils::issetAndNoEmp
|
|||
// Expiration date is initialised with config parameter. Value will be modified in step 4 if user has defined an other date
|
||||
$_SESSION["champdatefin"]= time()+ (86400 * $config['default_poll_duration']); //60 sec * 60 min * 24 hours * config
|
||||
|
||||
$removal_date= strftime($date_format['txt_full'], ($_SESSION["champdatefin"]));//textual date
|
||||
$removal_date= utf8_encode(strftime($date_format['txt_full'], ($_SESSION["champdatefin"])));//textual date
|
||||
|
||||
// Summary
|
||||
$summary = '<ol>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue