[Tickets #6900] Re: Handling of composite fields during import
bugs at horde.org
bugs at horde.org
Wed Jun 11 15:59:14 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6900
-----------------------------------------------------------------------
Ticket | 6900
Updated By | Thomas Jarosch <thomas.jarosch at intra2net.com>
Summary | Handling of composite fields during import
Queue | Turba
Version | HEAD
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Rubinsky
-----------------------------------------------------------------------
Thomas Jarosch <thomas.jarosch at intra2net.com> (2008-06-11 11:59) wrote:
> This patch causes the individual fields that compose the composite
> field to be overwritten with null values when the composite field is
> not being saved as a separate field in the backend storage...
Do you mean this part?
+ if (isset($hash[$mapfields])) {
+ // Add composite field
+ $hash[$key] = null;
+ break;
+ }
It sets $hash[$key] which points to the composite field, not the
individual part.
More information about the bugs
mailing list