Another thing that I just added was the websites, I forgot to re-add that
when I posted this file. So here is the addition that I added after The
anniversary section, Estimated line # was 306.
// WEBSITES
if(!empty($contact['websiteWork'])) {
$website = $doc->createElement('gContact:website');
$website->setAttribute('rel', 'work');
$website->setAttribute('href',
$contact['websiteWork']);
$entry->appendChild($website);
}
if(!empty($contact['websitePersonal'])) {
$website = $doc->createElement('gContact:website');
$website->setAttribute('rel', 'home-page');
$website->setAttribute('href',
$contact['websitePersonal']);
$entry->appendChild($website);
}
--
You received this message because you are subscribed to the Google
Groups "Google Contacts, Shared Contacts and User Profiles APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://code.google.com/apis/contacts/community/forum.html