[otrs-cvs] TimeAccounting/Kernel/System/Stats/Dynamic TimeAccounting.pm, 1.2, 1.3
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/TimeAccounting/Kernel/System/Stats/Dynamic
In directory lancelot:/tmp/cvs-serv20717/Kernel/System/Stats/Dynamic
Modified Files:
TimeAccounting.pm
Log Message:
Code cleanup with OTRSRecode.
Author: mh
Index: TimeAccounting.pm
===================================================================
RCS file: /home/cvs/TimeAccounting/Kernel/System/Stats/Dynamic/TimeAccounting.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -2 -u -d -r1.2 -r1.3
--- TimeAccounting.pm 11 Mar 2011 09:11:06 -0000 1.2
+++ TimeAccounting.pm 30 Nov 2012 15:56:52 -0000 1.3
@@ -1,5 +1,5 @@
# --
# Kernel/System/Stats/Dynamic/TimeAccounting.pm - all advice functions
-# Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -68,5 +68,5 @@
my %ActionList;
- for my $Action ( keys %ActionListSource ) {
+ for my $Action ( sort keys %ActionListSource ) {
$ActionList{$Action} = $ActionListSource{$Action}->{Action};
}
---------------------------------------------------------------------
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