From a5e0214a36e1b34fb7f2c946c5d0b8179da7e48e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 26 Oct 2010 17:26:05 -0600 Subject: [PATCH] There are no alphabetic characters in MIME IDs --- framework/Mime/lib/Horde/Mime/Part.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0