[otrs-cvs] ITSMCore/Kernel/System Service.pm, 1.34, 1.35 SLA.pm, 1.8, 1.9
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMCore/Kernel/System
In directory lancelot:/tmp/cvs-serv13515/Kernel/System
Modified Files:
Service.pm SLA.pm
Log Message:
Updated files to the latest framework version.
Author: ub
Index: Service.pm
===================================================================
RCS file: /home/cvs/ITSMCore/Kernel/System/Service.pm,v
retrieving revision 1.34
retrieving revision 1.35
diff -2 -u -d -r1.34 -r1.35
--- Service.pm 22 Oct 2012 21:24:15 -0000 1.34
+++ Service.pm 21 Nov 2012 20:35:48 -0000 1.35
@@ -4,5 +4,5 @@
# --
# $Id$
-# $OldId: Service.pm,v 1.50.2.3 2012/09/21 08:14:10 mb Exp $
+# $OldId: Service.pm,v 1.60 2012/11/20 15:38:02 mh Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -180,5 +180,5 @@
# add suffix for correct sorting
- for my $ServiceID ( keys %ServiceListTmp ) {
+ for my $ServiceID ( sort keys %ServiceListTmp ) {
$ServiceListTmp{$ServiceID} .= '::';
}
@@ -198,8 +198,8 @@
# delete invalid services and childs
- for my $ServiceID ( keys %ServiceList ) {
+ for my $ServiceID ( sort keys %ServiceList ) {
INVALIDNAME:
- for my $InvalidName ( keys %ServiceInvalidList ) {
+ for my $InvalidName ( sort keys %ServiceInvalidList ) {
if ( $ServiceList{$ServiceID} =~ m{ \A \Q$InvalidName\E :: }xms ) {
@@ -1119,5 +1119,5 @@
# db quote
- for ( keys %Param ) {
+ for ( sort keys %Param ) {
$Param{$_} = $Self->{DBObject}->Quote( $Param{$_} );
}
Author: ub
Index: SLA.pm
===================================================================
RCS file: /home/cvs/ITSMCore/Kernel/System/SLA.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -2 -u -d -r1.8 -r1.9
--- SLA.pm 10 Nov 2011 17:13:07 -0000 1.8
+++ SLA.pm 21 Nov 2012 20:35:48 -0000 1.9
@@ -1,8 +1,8 @@
# --
# Kernel/System/SLA.pm - all sla function
-# Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
# --
# $Id$
-# $OldId: SLA.pm,v 1.40 2011/06/17 08:14:12 mb Exp $
+# $OldId: SLA.pm,v 1.43 2012/11/20 15:37:41 mh Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
---------------------------------------------------------------------
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