inversion des titres de mails
This commit is contained in:
parent
2dde6eb034
commit
1a10fe3818
@ -118,8 +118,8 @@ function ajouter_sondage()
|
|||||||
$message_admin = sprintf($message_admin, getUrlSondage($sondage_admin, true));
|
$message_admin = sprintf($message_admin, getUrlSondage($sondage_admin, true));
|
||||||
|
|
||||||
if (validateEmail($_SESSION['adresse'])) {
|
if (validateEmail($_SESSION['adresse'])) {
|
||||||
mail ("$_SESSION[adresse]", "[".NOMAPPLICATION."][" . _("For sending to the polled users") . "] " . _("Poll") . " : ".stripslashes(htmlspecialchars_decode($_SESSION["titre"],ENT_QUOTES)), $message_admin, $headers);
|
mail ("$_SESSION[adresse]", "[".NOMAPPLICATION."][" . _("Author's message") . "] " . _("Poll") . " : ".stripslashes(htmlspecialchars_decode($_SESSION["titre"],ENT_QUOTES)), $message_admin, $headers);
|
||||||
mail ("$_SESSION[adresse]", "[".NOMAPPLICATION."][" . _("Author's message") . "] " . _("Poll") . " : ".stripslashes(htmlspecialchars_decode($_SESSION["titre"],ENT_QUOTES)), $message, $headers);
|
mail ("$_SESSION[adresse]", "[".NOMAPPLICATION."][" . _("For sending to the polled users") . "] " . _("Poll") . " : ".stripslashes(htmlspecialchars_decode($_SESSION["titre"],ENT_QUOTES)), $message, $headers);
|
||||||
}
|
}
|
||||||
|
|
||||||
$date=date('H:i:s d/m/Y:');
|
$date=date('H:i:s d/m/Y:');
|
||||||
|
Loading…
Reference in New Issue
Block a user