Fix: Génération du header mal placé.
This commit is contained in:
parent
0b52f9af91
commit
6768f85bef
@ -33,9 +33,6 @@ $langs->load("mails");
|
|||||||
$message = '';
|
$message = '';
|
||||||
|
|
||||||
|
|
||||||
llxHeader("","","Fiche Mailing");
|
|
||||||
|
|
||||||
|
|
||||||
// Action envoi mailing pour tous
|
// Action envoi mailing pour tous
|
||||||
if ($_GET["action"] == 'sendall')
|
if ($_GET["action"] == 'sendall')
|
||||||
{
|
{
|
||||||
@ -199,6 +196,9 @@ if ($_POST["cancel"] == $langs->trans("Cancel"))
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
llxHeader("","","Fiche Mailing");
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mailing en mode création
|
* Mailing en mode création
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user