[otrs-cvs] CVS: Incident/Kernel/System Incident.pm,1.42,1.43
cvs-log at otrs.org
cvs-log at otrs.org
Wed Dec 6 13:01:42 CET 2006
- Previous message: [otrs-cvs] CVS: Incident/Kernel/Output/HTML/Standard
AgentIncidentDelete.dtl,1.6,1.7 AgentIncidentEventTree.dtl,1.4,1.5
AgentIncidentExport.dtl,1.12,1.13 AgentIncidentImport.dtl,1.12,1.13
AgentIncidentPrint.dtl,1.10,1.11 AgentIncidentSearch.dtl,1.9,1.10
AgentIncidentTicketView.dtl,1.6,1.7 AgentIncidentView.dtl,1.12,1.13
- Next message: [otrs-cvs] CVS: Incident/Kernel/System/LinkObject Event.pm,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/Incident/Kernel/System
In directory lancelot:/tmp/cvs-serv2091/Kernel/System
Modified Files:
Incident.pm
Log Message:
new codestyle, removed little bugs, tuned for using by the OPMS-module
Index: Incident.pm
===================================================================
RCS file: /home/cvs/Incident/Kernel/System/Incident.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** Incident.pm 31 Oct 2006 13:53:26 -0000 1.42
--- Incident.pm 6 Dec 2006 12:01:40 -0000 1.43
***************
*** 1,5 ****
# --
# Kernel/System/Incident.pm - all advice functions
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/Incident.pm - all advice functions
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
# --
[...1553 lines suppressed...]
+ return 1;
}
sub ES {
***************
*** 3733,3736 ****
--- 3827,3831 ----
undef $S->{C};
push (@{$S->{XMLARRAY}}, {TagType => 'End', Tag => $Element});
+ return 1;
}
***************
*** 3767,3770 ****
--- 3862,3867 ----
1;
+ =back
+
=head1 TERMS AND CONDITIONS
- Previous message: [otrs-cvs] CVS: Incident/Kernel/Output/HTML/Standard
AgentIncidentDelete.dtl,1.6,1.7 AgentIncidentEventTree.dtl,1.4,1.5
AgentIncidentExport.dtl,1.12,1.13 AgentIncidentImport.dtl,1.12,1.13
AgentIncidentPrint.dtl,1.10,1.11 AgentIncidentSearch.dtl,1.9,1.10
AgentIncidentTicketView.dtl,1.6,1.7 AgentIncidentView.dtl,1.12,1.13
- Next message: [otrs-cvs] CVS: Incident/Kernel/System/LinkObject Event.pm,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list