Completed
Push — master ( 3cbf7e...75ffc6 )
by Gareth
05:09
created
examples/contacts/deleteContactField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
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
     )
Please login to merge, or discard this patch.