Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.4
-
Fix Version/s: 4.1.0
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
Jim,
Just working with my favourite 6000 line views file & I noticed that the massive $data array gets passed several times to this function
function civicrm_views_custom_data_cache($data, $entity_type, $groupID, $subType, $style)
& making it by reference would probably be a bit easier on our poor machinery - what do you think?