From 6768f85bef6771fb4a0ac63f93fe6048f1cdf65b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 16 Mar 2005 23:41:02 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20G=E9n=E9ration=20du=20header=20mal=20pla?= =?UTF-8?q?c=E9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/mailing/fiche.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/mailing/fiche.php b/htdocs/comm/mailing/fiche.php index 10d359fc67c..08abf715281 100644 --- a/htdocs/comm/mailing/fiche.php +++ b/htdocs/comm/mailing/fiche.php @@ -33,9 +33,6 @@ $langs->load("mails"); $message = ''; -llxHeader("","","Fiche Mailing"); - - // Action envoi mailing pour tous if ($_GET["action"] == 'sendall') { @@ -199,6 +196,9 @@ if ($_POST["cancel"] == $langs->trans("Cancel")) +llxHeader("","","Fiche Mailing"); + + /* * Mailing en mode création *