diff -r 3f98d4ba1e33 -r 4ab30e8dd168 plugins/SpecialAdmin.php --- a/plugins/SpecialAdmin.php Sun Nov 25 19:03:50 2007 -0500 +++ b/plugins/SpecialAdmin.php Sun Nov 25 19:23:50 2007 -0500 @@ -756,6 +756,7 @@ $t = -1; $cl = 'row1'; echo "\n".' <div class="tblholder">'."\n".' <table cellspacing="1" cellpadding="2" style="margin: 0; padding: 0;" border="0">'."\n".' <tr>'."\n "; + ksort($mime_types); foreach($mime_types as $e => $m) { $c++;