[Tickets #1469] Workweek & week view can get corrupted with recurring
events and shared calendars
bugs at bugs.horde.org
bugs at bugs.horde.org
Wed Mar 2 09:55:48 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1469
-----------------------------------------------------------------------
Ticket | 1469
Updated By | joeri at joeri.nu
Summary | Workweek & week view can get corrupted with recurring events and shared calendars
Queue | Kronolith
Version | HEAD
State | Feedback
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
joeri at joeri.nu (2005-03-02 09:55) wrote:
I have found where my problem is:
It is a patch introduced in DayView.php version 1.139
on line 254:
$event->start = Util::cloneObject($event->start);
which was in 1.138:
$event->start = &new Horde_Date($event->start);
After I revert this single change, everything works as expected again.
My guess is that this is a bug in PHP 4.3.10 or in Util::cloneObject()
Jan, Are you using php 5? As this could explain why you did not see this
behaviour.
More information about the bugs
mailing list