# HG changeset patch # User Dan # Date 1196036630 18000 # Node ID 4ab30e8dd1684c895a81fa71a8b10ec4f4e7ca71 # Parent 3f98d4ba1e33301e7a744249b1e6f3ef51e54823 Nothing special. ksort()ing list of allowed filetypes in the admin panel to make editing the list marginally easier diff -r 3f98d4ba1e33 -r 4ab30e8dd168 includes/functions.php --- a/includes/functions.php Sun Nov 25 19:03:50 2007 -0500 +++ b/includes/functions.php Sun Nov 25 19:23:50 2007 -0500 @@ -2797,7 +2797,7 @@ /** * Aggressively and hopefully non-destructively optimizes a blob of HTML. * @param string HTML to process - * @return string much snaller HTML + * @return string much smaller HTML */ function aggressive_optimize_html($html) 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".'
'."\n".' '."\n".' '."\n "; + ksort($mime_types); foreach($mime_types as $e => $m) { $c++;