projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5e0214
)
Results from contentTypeMap() are already sorted
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 26 Oct 2010 23:25:04 +0000
(17:25 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 26 Oct 2010 23:27:29 +0000
(17:27 -0600)
imp/lib/Mime/Viewer/Appledouble.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/Appledouble.php
b/imp/lib/Mime/Viewer/Appledouble.php
index
1fd2940
..
b2ec278
100644
(file)
--- a/
imp/lib/Mime/Viewer/Appledouble.php
+++ b/
imp/lib/Mime/Viewer/Appledouble.php
@@
-115,8
+115,6
@@
class IMP_Mime_Viewer_Appledouble extends Horde_Mime_Viewer_Base
}
}
- ksort($ret);
-
return $ret;
}