Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.4
-
Component/s: None
-
Labels:None
Description
The problem is definitely with crm_update_contact. Just tested it
with CiviCRM 1.3 rev 4495 under php 4. It's not saving the first or
last name. This is the offending code snippet:
$params = array('email' => $user->mail);
if ($contact = crm_get_contact($params))