3 Mar 2007 04:38
Re: An extra ";" in Company after syncing to PPC contact
Naoyuki Tai <ntai <at> smartfruit.com>
2007-03-03 03:38:20 GMT
2007-03-03 03:38:20 GMT
At this point, I'm fairly certain:
1. turba/lib/Driver.php rev. 1.123 was good
2. turba/lib/Driver.php rev. 1.124 needs to be backed out
3. framework/SyncML/SyncML/Device/Sync4j.php needs something like
following diff:
The problem is that, 'ORG' coming out from vCard always has
CompanyName;Department format which Sync4j driver does not
take care.
Actually, looking at Sync4j.php, I realized that the Department
is dropped.
I tried syncing and now CompanyName does not have extra ";"
anymore! Horay!
--
Naoyuki "Tai" Tai, ntai a t smartfruit d o t com
Index: Sync4j.php
===================================================================
RCS file: /repository/framework/SyncML/SyncML/Device/Sync4j.php,v
retrieving revision 1.27
diff -c -r1.27 Sync4j.php
*** Sync4j.php 14 Jan 2007 19:31:34 -0000 1.27
--- Sync4j.php 3 Mar 2007 03:28:23 -0000
***************
*** 244,250 ****
array('TYPE'=>'FAX'));
$vcard->setAttribute('EMAIL', $a['Email1Address']);
(Continue reading)
RSS Feed