6.0.0-alpha14
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/3/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6833] case sensitive comparison of email address
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . .. ..__ . . [__)\ /|_/ [__)|__| | \/ | \| | |
Comment
> in kronolith/lib/api.php line 1206 there is a case sensitive > comparison of the email address resulting in an error for updataing > calendar enrties: > > > > the line 1206: > > if (is_null($sender) || $sender == $attendee) { > > > > should be > > if (is_null($sender) || String::lower($sender) == $attendee) { > > > > > >
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