[Tickets #13905] invitation saved with strict case but attendees read from sql lowercased
noreply at bugs.horde.org
noreply at bugs.horde.org
Tue Mar 10 12:03:51 UTC 2015
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/13905
------------------------------------------------------------------------------
Ticket | 13905
Created By | pascal.rigaux at univ-paris1.fr
Summary | invitation saved with strict case but attendees read
| from sql lowercased
Queue | Kronolith
Version | 4.2.3
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
pascal.rigaux at univ-paris1.fr (2015-03-10 12:03) wrote:
Since fix for #12505, attendees mail adresses are saved with strict
case (ie not lower cased anymore).
Invitations contain url with u=Foo.Bar at xxx
But lib/Event/Sql.php which reads from DB is doing :
$this->attendees =
array_change_key_case($driver->convertFromDriver($attendees));
I suggest removing array_change_key_case.
More information about the bugs
mailing list