[otrs-cvs] ImportExport/Kernel/System ImportExport.pm, 1.42.2.1, 1.42.2.2
"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-serv16869/Kernel/System
Modified Files:
Tag: rel-3_1
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.42.2.1
retrieving revision 1.42.2.2
diff -2 -u -d -r1.42.2.1 -r1.42.2.2
--- ImportExport.pm 30 Nov 2012 13:27:44 -0000 1.42.2.1
+++ ImportExport.pm 30 Nov 2012 17:22:29 -0000 1.42.2.2
@@ -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