[sync] An extra ";" in Company after syncing to PPC contact

Naoyuki Tai ntai at smartfruit.com
Fri Mar 2 18:34:39 PST 2007


I probably spoke too soon.
I am testing a bit now.
But, 1.124 makes things worse for sure.

--
Tai


Naoyuki Tai wrote:
> 
> revision 1.124 of Driver.php needs to be backed out.
> 
> I tried string_join() and the result is the same.
> I tried
> 
> 
>         $a = array(0 => isset($hash['company']) ? $hash['company'] : null,
>                    1 => isset($hash['department']) ? $hash['department'] 
> : null);
>         $org = isset($hash['company']) ? $hash['company'] : '';
>         if (isset($hash['department'])) {
>             $org .= ';' . $hash['department'];
>         }
>         $vcard->setAttribute('ORG', $org, array(), false, $a);
> 
> 
> and the result is the same.
> 
> So, the change does not fix the extra ";" problem, and it totally
> breaks the ORG field.
> 
> -- 
> Tai
> 



More information about the sync mailing list