6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/28/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6946] webdav deleting events
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..__.\ /\ /.__ | |[__] >< >< [ __ |/\|| |/ \/ \[_./
Comment
> events that are being deleted by a webdav client do not get deleted > in the kronolith database, because the api function _kronolith_list() > gets an empty event UID list. > > The reason for this is, that the $endstamp is set to 9999/12/31 and > in the further processing 1 day is added to this date which caused > the year to be 10000. > > The subsequent sql queries (mysql) with '10000-01-01 00:00:00' result > into an error. > > > > One possible fix for this problem is to set the 'day' (or 'mday') to > 30 in api.php: > > $endstamp = new Horde_Date(array('year' => 9999, 'month' => 12, 'day' > => 30)); > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers