[Tickets #14584] Re: Contact addresses import incorrectly from export file
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Mar 16 16:17:52 UTC 2017
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/14584
------------------------------------------------------------------------------
Ticket | 14584
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | Contact addresses import incorrectly from export file
Queue | Turba
Version | 4.2.14
Type | Bug
State | Assigned
Priority | 2. Medium
Milestone |
Patch |
Owners | Horde Developers
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2017-03-16 16:17) wrote:
The problem is the way we specify the format for the
[home|work|other]Address fields. sscanf() interprets ANY white space
as equivalent to any other. So, e.g.,
sscanf("123 Main St\nSomeTown", "%s\n%s"); splits after the "123".
More information about the bugs
mailing list