projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dba507
)
Getting late - fix this typo.
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 13 Nov 2008 06:00:39 +0000
(23:00 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 13 Nov 2008 06:00:39 +0000
(23:00 -0700)
framework/Mime/lib/Horde/Mime.php
patch
|
blob
|
history
diff --git
a/framework/Mime/lib/Horde/Mime.php
b/framework/Mime/lib/Horde/Mime.php
index
7761837
..
23a9d3d
100644
(file)
--- a/
framework/Mime/lib/Horde/Mime.php
+++ b/
framework/Mime/lib/Horde/Mime.php
@@
-489,8
+489,9
@@
class Horde_Mime
$id = 0;
} else {
$id = (substr($id, $pos + 1) == '0')
- ? substr($id, 0, $pos)
;
+ ? substr($id, 0, $pos)
: substr_replace($id, '0', $pos + 1);
+ }
break;
}