aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_mail.inc.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2009-09-27 20:04:24 +0000
committerrub <rub@piwigo.org>2009-09-27 20:04:24 +0000
commit1c8a47a61f6185975827320669487573b693d9a2 (patch)
tree22032a5224c171d8ad42c8ae1d5d4dcd90246b8a /include/functions_mail.inc.php
parent2aacffaac2b003dee6119384a42a2ff99adce84a (diff)
merge -c3925 from branch 2.0 to trunk
Bug 1176: Mail are not sent on Free sites "To: undisclosed-recipients: ;" are removed git-svn-id: http://piwigo.org/svn/trunk@3926 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions_mail.inc.php')
-rw-r--r--include/functions_mail.inc.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/functions_mail.inc.php b/include/functions_mail.inc.php
index e38ef44b6..0a68176e1 100644
--- a/include/functions_mail.inc.php
+++ b/include/functions_mail.inc.php
@@ -606,12 +606,6 @@ function pwg_mail($to, $args = array())
$headers = 'From: '.$args['from']."\n";
$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";
- }
if (!empty($args['Cc']))
{