Fix #3413 Translation of ExpireDate

This commit is contained in:
Laurent Destailleur 2015-09-12 18:09:47 +02:00
parent 67b7345e83
commit aa1661d64c

View File

@ -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');
}
}