Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.8
-
Component/s: Core CiviCRM
-
Labels:None
Description
My code looks like this:
crm_update_contact($contact, array('custom_13' => $response->returnXml->orgTSID));
For some reason the custom_13 field (an integer field) is set to 0 no matter what I pass in.