[otrs-cvs] CVS: otrs/Kernel/System Ticket.pm,1.216,1.217
cvs-log at otrs.org
cvs-log at otrs.org
Tue Aug 1 22:43:10 CEST 2006
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv13073/Kernel/System
Modified Files:
Ticket.pm
Log Message:
fixed unlock agent notify check
Index: Ticket.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Ticket.pm,v
retrieving revision 1.216
retrieving revision 1.217
diff -C2 -r1.216 -r1.217
*** Ticket.pm 25 Jul 2006 12:01:38 -0000 1.216
--- Ticket.pm 1 Aug 2006 19:43:08 -0000 1.217
***************
*** 2815,2819 ****
my $To = '';
my $Notification = defined $Param{Notification} ? $Param{Notification} : 1;
! if (!$Param{SendNoNotification} && $Ticket{UserID} ne $Param{UserID} && $Notification) {
# get user data of owner
my %Preferences = $Self->{UserObject}->GetUserData(
--- 2815,2819 ----
my $To = '';
my $Notification = defined $Param{Notification} ? $Param{Notification} : 1;
! if (!$Param{SendNoNotification} && $Ticket{OwnerID} ne $Param{UserID} && $Notification) {
# get user data of owner
my %Preferences = $Self->{UserObject}->GetUserData(
More information about the cvs-log
mailing list