mail: getDetail subject is now really converted to UTF-8
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3781 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2
mail.php
2
mail.php
@@ -1356,7 +1356,7 @@ class mail
|
|||||||
}
|
}
|
||||||
$date = trim ($this->getDate ());
|
$date = trim ($this->getDate ());
|
||||||
$dateTimestamp = $this->getDateTimestamp ();
|
$dateTimestamp = $this->getDateTimestamp ();
|
||||||
$subject = $this->getHeaderValue ("Subject");
|
$subject = $this->decodeHeaders ("Subject", $this->getHeader ("Subject"));
|
||||||
return get_defined_vars();
|
return get_defined_vars();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user