Fixed a bug in Mail that was fixed on trunk: in send() we change the global headers...
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 17 Mar 2007 15:39:07 +0000 (15:39 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 17 Mar 2007 15:39:07 +0000 (15:39 +0000)
commit881458fdfabb4ab897f57a9ff00699f77ac64372
tree0461a724969d0cd08f106b863a749b50d2b8580a
parent0108116516e709f10973bd1947760fe0ec5dbe79
Fixed a bug in Mail that was fixed on trunk: in send() we change the global headers ($this->headers) and that creates a problem if we want to change the from address, etc. So in send() no longer change that variable.
mail.php