[otrs-cvs] ITSMChangeManagement/Kernel/System/Stats/Dynamic ITSMChangeManagementHistory.pm, 1.6, 1.7
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMChangeManagement/Kernel/System/Stats/Dynamic
In directory lancelot:/tmp/cvs-serv14004/Kernel/System/Stats/Dynamic
Modified Files:
ITSMChangeManagementHistory.pm
Log Message:
Code style improvement.
Author: ub
Index: ITSMChangeManagementHistory.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/System/Stats/Dynamic/ITSMChangeManagementHistory.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -2 -u -d -r1.6 -r1.7
--- ITSMChangeManagementHistory.pm 28 Oct 2010 12:31:07 -0000 1.6
+++ ITSMChangeManagementHistory.pm 31 Jan 2013 13:24:53 -0000 1.7
@@ -1,5 +1,5 @@
# --
# Kernel/System/Stats/Dynamic/ITSMChangeManagementHistory.pm - all advice functions
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -168,10 +168,10 @@
next ID if !$ID;
- my $StateID = $Self->{ChangeObject}->ChangeStateLookup(
+ my $ChangeStateID = $Self->{ChangeObject}->ChangeStateLookup(
ChangeState => $ID->{Content},
Cache => 1,
);
- if ($StateID) {
- $ID->{Content} = $StateID;
+ if ($ChangeStateID) {
+ $ID->{Content} = $ChangeStateID;
}
else {
---------------------------------------------------------------------
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