From 7c2256a4a78f465637aa3ebbbd469822f2f8b805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20J?= Date: Fri, 9 Nov 2018 09:33:27 +0100 Subject: [PATCH] Fix X-Dolibarr-TRACKID header: set to 'conXXX' where XXX is contact ID. --- htdocs/contact/card.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php index a99df4df5e1..f3e77cdf39c 100644 --- a/htdocs/contact/card.php +++ b/htdocs/contact/card.php @@ -414,7 +414,6 @@ if (empty($reshook)) $trigger_name='CONTACT_SENTBYMAIL'; $paramname='id'; $mode='emailfromcontact'; - $trackid='con'.$object->id; include DOL_DOCUMENT_ROOT.'/core/actions_sendmails.inc.php'; }