[sync] One more fix for syncing with Funambol/PPC
Karsten Fourmont
fourmont at gmx.de
Fri Mar 30 17:37:15 UTC 2007
Hi,
fixed in cvs now.
ORG splitting into company department and the business address should
work now. Thanks for the patches!
While I was at it, I also fixed BDAY/birthday.
Cheers,
Karsten
Naoyuki Tai wrote:
> With this fix, I can see the work address.
>
>
> 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 07:07:10 -0000
> ***************
> *** 559,565 ****
> break;
>
> case 'WORK':
> ! $prefix = 'WorkAddress';
> break;
>
> default:
> --- 566,572 ----
> break;
>
> case 'WORK':
> ! $prefix = 'BusinessAddress';
> break;
>
> default:
> ***************
>
>
>
> I think this is a typo.
>
> Index: State.php
> ===================================================================
> RCS file: /repository/framework/SyncML/SyncML/State.php,v
> retrieving revision 1.41
> diff -c -r1.41 State.php
> *** State.php 14 Jan 2007 19:31:33 -0000 1.41
> --- State.php 3 Mar 2007 07:11:00 -0000
> ***************
> *** 119,125 ****
> $this->setLocName($locName);
> $this->setSessionID($sessionID);
>
> ! $this->isAuthorized = false;
>
> // Create empty dummy device info. Will be replaced with real
> // DevInf information if they are transferred.
> --- 119,125 ----
> $this->setLocName($locName);
> $this->setSessionID($sessionID);
>
> ! $this->_isAuthorized = false;
>
> // Create empty dummy device info. Will be replaced with real
> // DevInf information if they are transferred.
>
>
More information about the sync
mailing list