From 5d680ca30a8d02e78abc36d0fd221b391f148f22 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 25 Jun 2006 16:01:40 +0000 Subject: [PATCH] =?UTF-8?q?On=20affiche=20la=20commande=20CLI=20d'envoi=20?= =?UTF-8?q?de=20mail=20dans=20textarea=20afin=20de=20permettre=20copi=E9-c?= =?UTF-8?q?oll=E9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/mailing/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/mailing/fiche.php b/htdocs/comm/mailing/fiche.php index 2fe90274417..2733949335e 100644 --- a/htdocs/comm/mailing/fiche.php +++ b/htdocs/comm/mailing/fiche.php @@ -46,7 +46,7 @@ if ($_GET["action"] == 'sendall') // Pour des raisons de sécurité, on ne permet pas cette fonction via l'IHM, // on affiche donc juste un message $message='
'.$langs->trans("MailingNeedCommand").'
'; - $message.="php ./scripts/mailing-send.php ".$_GET["id"]; + $message.='
'; $_GET["action"]=''; }