Ignore:
Timestamp:
Aug 26, 2009, 10:14:57 PM (15 years ago)
Author:
rub
Message:

Bug 1145: Mails are sent in double

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r3282 r3798  
    609609  if (empty($to))
    610610  {
     611    // Add only when to is empty
     612    // else mail() add 'To:' on header
    611613    $headers.= 'To: undisclosed-recipients: ;'."\n";
    612   }
    613   else
    614   {
    615     $headers.= 'To: '.$to."\n";
    616614  }
    617615
Note: See TracChangeset for help on using the changeset viewer.