[otrs-cvs] FAQ/Kernel/System/LinkObject FAQ.pm,1.20,1.21
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/FAQ/Kernel/System/LinkObject
In directory lancelot:/tmp/cvs-serv2129/Kernel/System/LinkObject
Modified Files:
FAQ.pm
Log Message:
Code cleanup.
Author: cr
Index: FAQ.pm
===================================================================
RCS file: /home/cvs/FAQ/Kernel/System/LinkObject/FAQ.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -2 -u -d -r1.20 -r1.21
--- FAQ.pm 20 Nov 2012 13:06:08 -0000 1.20
+++ FAQ.pm 6 Dec 2012 21:34:28 -0000 1.21
@@ -72,10 +72,10 @@
}
- for my $LinkType ( keys %{ $Param{LinkList} } ) {
+ for my $LinkType ( sort keys %{ $Param{LinkList} } ) {
- for my $Direction ( keys %{ $Param{LinkList}->{$LinkType} } ) {
+ for my $Direction ( sort keys %{ $Param{LinkList}->{$LinkType} } ) {
FAQID:
- for my $FAQID ( keys %{ $Param{LinkList}->{$LinkType}->{$Direction} } ) {
+ for my $FAQID ( sort keys %{ $Param{LinkList}->{$LinkType}->{$Direction} } ) {
# get faq data
---------------------------------------------------------------------
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