6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/20/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6744] Phone numbers not syncronized
*
Your Email Address
*
Spam protection
Enter the letters below:
. . __ .__ . ,.__ \ // `[__) \./ [__) \/ \__.| \ | | \
Comment
> 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; > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers