@@ -7,7 +7,7 @@ |
||
7 | 7 | $contact = $api->getContacts(); |
8 | 8 | |
9 | 9 | $api->updateContactItem($contact[0]->getItemId(), array( |
10 | - 'deleteFields' => array ( |
|
10 | + 'deleteFields' => array( |
|
11 | 11 | 'GivenName', |
12 | 12 | 'PhoneNumber:HomePhone' |
13 | 13 | ) |