Fix: Génération du header mal placé.

This commit is contained in:
Laurent Destailleur 2005-03-16 23:41:02 +00:00
parent 0b52f9af91
commit 6768f85bef

View File

@ -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
* *