domci on mail
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3771 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
3
mail.php
3
mail.php
@@ -1124,7 +1124,8 @@ class mail
|
|||||||
// Must be placed on the first line and must be unique
|
// Must be placed on the first line and must be unique
|
||||||
reset ($this->sections[$sectionMainID]["_headersArray"]);
|
reset ($this->sections[$sectionMainID]["_headersArray"]);
|
||||||
if (key_exists (0, $this->sections[$sectionMainID]["_headersArray"]) &&
|
if (key_exists (0, $this->sections[$sectionMainID]["_headersArray"]) &&
|
||||||
key_exists ("Return-Path", $this->sections[$sectionMainID]["_headersArray"][0]))
|
key_exists ("Return-Path",
|
||||||
|
$this->sections[$sectionMainID]["_headersArray"][0]))
|
||||||
{
|
{
|
||||||
// Remove the old one
|
// Remove the old one
|
||||||
array_shift ($this->sections[$sectionMainID]["_headersArray"]);
|
array_shift ($this->sections[$sectionMainID]["_headersArray"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user