[otrs-cvs] ITSMConfigurationManagement/Kernel/System/ITSMConfigItem/Number AutoIncrement.pm, 1.4, 1.5
"CVS commits notifications of OTRS.org" <[email protected]> Tue, 9 Apr 2013 12:18:49 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMConfigurationManagement/Kernel/System/ITSMConfigItem/Number
In directory lancelot:/tmp/cvs-serv5094/Kernel/System/ITSMConfigItem/Number
Modified Files:
AutoIncrement.pm
Log Message:
Fixed variable name.
Author: ub
Index: AutoIncrement.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/System/ITSMConfigItem/Number/AutoIncrement.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -2 -u -d -r1.4 -r1.5
--- AutoIncrement.pm 20 Nov 2012 19:06:14 -0000 1.4
+++ AutoIncrement.pm 9 Apr 2013 12:18:44 -0000 1.5
@@ -1,5 +1,5 @@
# --
# Kernel/System/ITSMConfigItem/Number/AutoIncrement.pm - config item number backend module
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -68,9 +68,9 @@
# find existing number
- my $Dublicate = $Self->ConfigItemNumberLookup(
+ my $Duplicate = $Self->ConfigItemNumberLookup(
ConfigItemNumber => $Number,
);
- next CIPHER if $Dublicate;
+ next CIPHER if $Duplicate;
# set counter
---------------------------------------------------------------------
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