[otrs-cvs] CVS: Advisory/Kernel/Modules AgentAdvisory.pm,1.55,1.56
cvs-log at otrs.org
cvs-log at otrs.org
Tue Jan 2 11:31:45 CET 2007
Update of /home/cvs/Advisory/Kernel/Modules
In directory lancelot:/tmp/cvs-serv28688/Kernel/Modules
Modified Files:
AgentAdvisory.pm
Log Message:
changes for OTRS 2.1
Index: AgentAdvisory.pm
===================================================================
RCS file: /home/cvs/Advisory/Kernel/Modules/AgentAdvisory.pm,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** AgentAdvisory.pm 5 Dec 2006 10:56:12 -0000 1.55
--- AgentAdvisory.pm 2 Jan 2007 10:31:42 -0000 1.56
***************
*** 1,5 ****
# --
# Kernel/Modules/AgentAdvisory.pm - to compose and aprove advisories
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Modules/AgentAdvisory.pm - to compose and aprove advisories
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
***************
*** 88,92 ****
State => $Self->{ConfigObject}->Get('Advisory::DefaultState') || 'open',
UserID => $Self->{UserID},
! CreateUserID => $Self->{UserID},
);
if (!$Param{TicketID}) {
--- 88,92 ----
State => $Self->{ConfigObject}->Get('Advisory::DefaultState') || 'open',
UserID => $Self->{UserID},
! OwnerID => $Self->{UserID},
);
if (!$Param{TicketID}) {
More information about the cvs-log
mailing list