From: Michael M Slusarz Date: Tue, 26 Oct 2010 23:26:05 +0000 (-0600) Subject: There are no alphabetic characters in MIME IDs X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a5e0214a36e1b34fb7f2c946c5d0b8179da7e48e;p=horde.git There are no alphabetic characters in MIME IDs --- diff --git a/framework/Mime/lib/Horde/Mime/Part.php b/framework/Mime/lib/Horde/Mime/Part.php index c8ca1d380..e9e755702 100644 --- a/framework/Mime/lib/Horde/Mime/Part.php +++ b/framework/Mime/lib/Horde/Mime/Part.php @@ -1428,7 +1428,7 @@ class Horde_Mime_Part implements ArrayAccess, Countable } if ($sort) { - uksort($map, 'strnatcasecmp'); + uksort($map, 'strnatcmp'); } return $map;