(bug #3505) order collections by alphabetical order

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Nahuel ANGELINETTI 2009-08-26 01:44:33 +02:00 committed by Henri-Damien LAURENT
parent ec785289a4
commit 50c069e822

View file

@ -138,8 +138,8 @@ sub plugin {
push @collections, $col;
}
}
}
@collections = sort @collections;
# my @collections = ["test"];
my $collection = CGI::scrolling_list(
-name => 'f1',