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

Naoyuki Tai ntai at smartfruit.com
Fri Mar 2 17:41:02 PST 2007


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