changeset 48:9c55ad1214ee

Merged dom's branch
author df
date Wed, 28 Jan 2009 18:30:52 +0000
parents 30bbda81f13b (current diff) 964393fff57e (diff)
children e0dd561faac1
files reproctool.cgi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/reproctool.cgi	Mon Jan 26 21:27:52 2009 +0000
+++ b/reproctool.cgi	Wed Jan 28 18:30:52 2009 +0000
@@ -261,7 +261,7 @@
 }
 
 # Now match up the item lookups to the input list
-foreach (sort @item_names)
+foreach (sort { lc $a cmp lc $b } @item_names)
 {
     push @output, (exists $item_lookup->{$_} ? $item_lookup->{$_}
                                              : { name => $_ } );