projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
251fdaa
)
Method capitalization tweak
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 18 Jul 2010 21:21:32 +0000
(17:21 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 18 Jul 2010 21:21:58 +0000
(17:21 -0400)
framework/Mime/lib/Horde/Mime/Mail.php
patch
|
blob
|
history
diff --git
a/framework/Mime/lib/Horde/Mime/Mail.php
b/framework/Mime/lib/Horde/Mime/Mail.php
index
6eeb0ff
..
ba5a1e6
100644
(file)
--- a/
framework/Mime/lib/Horde/Mime/Mail.php
+++ b/
framework/Mime/lib/Horde/Mime/Mail.php
@@
-226,7
+226,7
@@
class Horde_Mime_Mail
* generated automatically. If false, a
* text/html message is generated.
*/
- public function setH
TML
Body($body, $charset = 'iso-8859-1',
+ public function setH
tml
Body($body, $charset = 'iso-8859-1',
$alternative = true)
{
$this->_htmlBody = new Horde_Mime_Part();