This commit is contained in:
KANE LAZENI 2026-02-23 00:09:26 +00:00
parent f64a34d3f8
commit 76bd0bb214

View File

@ -139,7 +139,7 @@
0 En attente
*/
if($codeEtat=="3") {
if($codeEtat=="3" || demandeExpiree=="1") {
$message = $codeLangue == 'en_US' ? "Request expired!" : "Demande expirée!";
afficherMessage("<strong>$message</strong>");
}