plugins/SpecialAdmin.php
changeset 299 ce2873735506
parent 294 4ab30e8dd168
child 304 e2cb5f1432c8
child 316 c74736571f43
--- a/plugins/SpecialAdmin.php	Wed Nov 28 14:46:03 2007 -0500
+++ b/plugins/SpecialAdmin.php	Wed Nov 28 14:47:42 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++;