From: Michael M Slusarz Date: Thu, 13 Nov 2008 06:00:39 +0000 (-0700) Subject: Getting late - fix this typo. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2ec70e2b256898913a4c79b81cb8563fb3009826;p=horde.git Getting late - fix this typo. --- diff --git a/framework/Mime/lib/Horde/Mime.php b/framework/Mime/lib/Horde/Mime.php index 77618373f..23a9d3daf 100644 --- 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; }