Skip to content
Snippets Groups Projects
Commit aa1661d6 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix #3413 Translation of ExpireDate

parent 67b7345e
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ if (GETPOST("creation_sondage_date") || GETPOST("creation_sondage_autre"))
$_SESSION['champdatefin'] = dol_print_date($champdatefin,'dayrfc');
//$testdate = false;
//$_SESSION['champdatefin'] = dol_print_date($champdatefin,'dayrfc');
setEventMessage($langs->trans('ExpiredDate'),'warnings');
setEventMessage('ExpireDate','warnings');
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment