[otrs-cvs]
CVS: Calendar/Kernel/Output/HTML NotificationCalendar.pm, 1.6, 1.7
cvs-log at otrs.org
cvs-log at otrs.org
Thu Jan 4 19:59:32 CET 2007
Update of /home/cvs/Calendar/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv28188/Kernel/Output/HTML
Modified Files:
NotificationCalendar.pm
Log Message:
added iCalendar support and moved to iCalendar wording
Index: NotificationCalendar.pm
===================================================================
RCS file: /home/cvs/Calendar/Kernel/Output/HTML/NotificationCalendar.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** NotificationCalendar.pm 4 Oct 2006 20:08:07 -0000 1.6
--- NotificationCalendar.pm 4 Jan 2007 18:59:30 -0000 1.7
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/NotificationCalendar.pm
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/NotificationCalendar.pm
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 60,63 ****
--- 60,64 ----
EndTime => "$EYear-$EMonth-$EDay 23:59:59",
UserIDs => [$Self->{UserID}],
+ UserID => $Self->{UserID},
);
More information about the cvs-log
mailing list