[otrs-cvs] FAQ/Kernel/GenericInterface/Operation/FAQ LanguageList.pm, 1.4, 1.5
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/FAQ/Kernel/GenericInterface/Operation/FAQ
In directory lancelot:/tmp/cvs-serv2129/Kernel/GenericInterface/Operation/FAQ
Modified Files:
LanguageList.pm
Log Message:
Code cleanup.
Author: cr
Index: LanguageList.pm
===================================================================
RCS file: /home/cvs/FAQ/Kernel/GenericInterface/Operation/FAQ/LanguageList.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -2 -u -d -r1.4 -r1.5
--- LanguageList.pm 20 Nov 2012 13:09:20 -0000 1.4
+++ LanguageList.pm 6 Dec 2012 21:34:29 -0000 1.5
@@ -120,5 +120,5 @@
my @LanguageList;
- for my $Key ( keys %Languages ) {
+ for my $Key ( sort keys %Languages ) {
my %Language = (
ID => $Key,
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log