[otrs-cvs] ImportExport/Kernel/System ImportExport.pm,1.43,1.44

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/ImportExport/Kernel/System
In directory lancelot:/tmp/cvs-serv16917/Kernel/System

Modified Files:
	ImportExport.pm 
Log Message:
Fixed uninitialized value error.

Author: ub

Index: ImportExport.pm
===================================================================
RCS file: /home/cvs/ImportExport/Kernel/System/ImportExport.pm,v
retrieving revision 1.43
retrieving revision 1.44
diff -2 -u -d -r1.43 -r1.44
--- ImportExport.pm	30 Nov 2012 13:43:55 -0000	1.43
+++ ImportExport.pm	30 Nov 2012 17:22:43 -0000	1.44
@@ -2229,5 +2229,5 @@
 
             # count DuplicateName entries as errors
-            if ( $RetCode =~ m{ \A DuplicateName }xms ) {
+            if ( $RetCode && $RetCode =~ m{ \A DuplicateName }xms ) {
                 $Result{RetCode}->{$RetCode}++;
             }
---------------------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.