Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Critical
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Component/s: Technical infrastructure
-
Labels:None
Description
$contact = crm_get_contact(array('contact_id' => 102));
gives me a contact object, but it does not contain the email info. Teh contact is present in the db and has an email address.
GK