There are no alphabetic characters in MIME IDs
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 26 Oct 2010 23:26:05 +0000 (17:26 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 26 Oct 2010 23:27:29 +0000 (17:27 -0600)
framework/Mime/lib/Horde/Mime/Part.php

index c8ca1d3..e9e7557 100644 (file)
@@ -1428,7 +1428,7 @@ class Horde_Mime_Part implements ArrayAccess, Countable
         }
 
         if ($sort) {
-            uksort($map, 'strnatcasecmp');
+            uksort($map, 'strnatcmp');
         }
 
         return $map;