[otrs-cvs] Incident/Kernel/System Incident.pm,1.44,1.45
cvs-log at otrs.org
cvs-log at otrs.org
Tue Jul 3 09:22:15 GMT 2007
Comments:
Update of /home/cvs/Incident/Kernel/System
In directory lancelot:/tmp/cvs-serv6333/Kernel/System
Modified Files:
Incident.pm
Log Message:
Removed syntax error.
Author: tr
Index: Incident.pm
===================================================================
RCS file: /home/cvs/Incident/Kernel/System/Incident.pm,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** Incident.pm 2 Jan 2007 07:50:56 -0000 1.44
--- Incident.pm 3 Jul 2007 09:22:10 -0000 1.45
***************
*** 1,5 ****
# --
# Kernel/System/Incident.pm - all advice functions
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/Incident.pm - all advice functions
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 3349,3353 ****
$MessageID =~ s/\s+/-/;
open(OUT, "> " . $Self->{'Home'} . "/var/tmp/IODEFimportIDMEF-" . $MessageID . ".xml");
! print OUT $Tag->{Content},;
close (OUT);
}
--- 3349,3353 ----
$MessageID =~ s/\s+/-/;
open(OUT, "> " . $Self->{'Home'} . "/var/tmp/IODEFimportIDMEF-" . $MessageID . ".xml");
! print OUT $Tag->{Content};
close (OUT);
}
More information about the cvs-log
mailing list