[Tickets #6744] Re: Phone numbers not syncronized
bugs at horde.org
bugs at horde.org
Thu Jun 5 02:49:53 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6744
-----------------------------------------------------------------------
Ticket | 6744
Updated By | jbliesener at bliesener.de
Summary | Phone numbers not syncronized
Queue | Turba
Version | HEAD
Type | Bug
State | Assigned
Priority | 2. Medium
Milestone |
Patch |
Owners | Jan Schneider
-----------------------------------------------------------------------
jbliesener at bliesener.de (2008-06-04 22:49) wrote:
The same file turba/lib/Driver.php contains another error that prohibits
importing home telephone numbers from the Motorola V3:
} elseif (count($item['params']) <= 1) {
// There might be e.g. SAT;WORK which must not
// overwrite WORK.
if (isset($item['params']['WORK'])) {
$hash['workPhone'] = $item['value'];
} elseif (isset($item['params']['WORK'])) { // <---
THIS SHOULD BE 'HOME'
$hash['homePhone'] = $item['value'];
} elseif (count($item['params']) == 0) {
$hash['phone'] = $item['value'];
}
Regards, Jörg
}
break;
More information about the bugs
mailing list