[otrs-cvs] CVS: Calendar/Kernel/System CalendarEvent.pm,1.10,1.11

cvs-log at otrs.org cvs-log at otrs.org
Mon Jan 8 00:34:51 CET 2007


Update of /home/cvs/Calendar/Kernel/System
In directory lancelot:/tmp/cvs-serv32660/Kernel/System

Modified Files:
	CalendarEvent.pm 
Log Message:
fixed notify email on cancle events

Index: CalendarEvent.pm
===================================================================
RCS file: /home/cvs/Calendar/Kernel/System/CalendarEvent.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** CalendarEvent.pm	4 Jan 2007 18:59:30 -0000	1.10
--- CalendarEvent.pm	7 Jan 2007 23:34:49 -0000	1.11
***************
*** 339,343 ****
      my %Event = $Self->EventGet(%Param);
      # notify
!     if ($Event{UserIDs}) {
          # notify
          my $iCalendar = $Self->_iCalendarMessage(
--- 339,343 ----
      my %Event = $Self->EventGet(%Param);
      # notify
!     if ($Event{ParticipantIDs}) {
          # notify
          my $iCalendar = $Self->_iCalendarMessage(



More information about the cvs-log mailing list