plugins/SpecialAdmin.php
changeset 304 e2cb5f1432c8
parent 279 8acd77a6c19d
parent 294 4ab30e8dd168
child 326 ab66d6d1f1f4
--- a/plugins/SpecialAdmin.php	Sun Dec 02 15:27:21 2007 -0500
+++ b/plugins/SpecialAdmin.php	Sun Dec 02 16:00:10 2007 -0500
@@ -818,6 +818,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++;