Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.28
-
Fix Version/s: 4.7.30
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
The class CRM_Contact_BAO_Contact_Optimizer has one function that is called & it looks like
```
public static function edit(&$newValues, &$oldValues) {
// still need to do more work on this
// CRM-10192
return;
```
let's ditch it. Also a call to
$customFields = CRM_Core_BAO_CustomField::getFields($params['contact_type'], FALSE, TRUE);
Where custom fields is never used.