[Tickets #6833] case sensitive comparison of email address
bugs at horde.org
bugs at horde.org
Wed Jun 4 10:39:53 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6833
-----------------------------------------------------------------------
Ticket | 6833
Created By | aloyse.gilbert at gmail.com
Summary | case sensitive comparison of email address
Queue | Kronolith
Version | 2.2
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
aloyse.gilbert at gmail.com (2008-06-04 06:39) wrote:
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) {
More information about the bugs
mailing list