From 3c3c084156d0be2588278abb2cd383ece1c42c73 Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 26 Aug 2009 20:14:57 +0000 Subject: Bug 1145: Mails are sent in double git-svn-id: http://piwigo.org/svn/trunk@3798 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_mail.inc.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/functions_mail.inc.php') diff --git a/include/functions_mail.inc.php b/include/functions_mail.inc.php index 68d8dd37c..e38ef44b6 100644 --- a/include/functions_mail.inc.php +++ b/include/functions_mail.inc.php @@ -608,12 +608,10 @@ function pwg_mail($to, $args = array()) $headers.= 'Reply-To: '.$args['from']."\n"; if (empty($to)) { + // Add only when to is empty + // else mail() add 'To:' on header $headers.= 'To: undisclosed-recipients: ;'."\n"; } - else - { - $headers.= 'To: '.$to."\n"; - } if (!empty($args['Cc'])) { -- cgit v1.2.3