[Tickets #4863] Re: SEQUENCE field in iCal is incremented where it shouldn't
bugs@bugs.horde.org
bugs at bugs.horde.org
Wed Jan 10 10:30:47 PST 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4863
-----------------------------------------------------------------------
Ticket | 4863
Updated By | martin.wagner at tngtech.com
Summary | SEQUENCE field in iCal is incremented where it shouldn't
Queue | Kronolith
Version | 2.1.4
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
martin.wagner at tngtech.com (2007-01-10 10:30) wrote:
It seems that IMP is to blame.
Replacing
$vEvent_reply->setAttribute('SEQUENCE', $vEvent->getAttribute('SEQUENCE')
+ 1);
in imp/lib/MIME/Viewer/itip.php line 230 with
$vEvent_reply->setAttribute('SEQUENCE', $vEvent->getAttribute('SEQUENCE')
);
should do the job.
More information about the bugs
mailing list