From 332ee652c38899decb7d76a89ed2250c1d36f520 Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Thu, 23 Aug 2012 08:45:45 +0200 Subject: [PATCH] Clear action was called with a rowid instead of id (rowid is for a target of the emailing, id is for the emailing) --- htdocs/comm/mailing/cibles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php index f092d263999..8f4c722f4b6 100644 --- a/htdocs/comm/mailing/cibles.php +++ b/htdocs/comm/mailing/cibles.php @@ -347,7 +347,7 @@ if ($object->fetch($id) >= 0) print ''; print '
'; - print '
'; + print ''; print ''; print_titre($langs->trans("ToClearAllRecipientsClickHere")); print '';