From e3571aca87d4164c39731025034b8f930d17381b Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Tue, 12 Nov 2013 19:05:02 +0530 Subject: [PATCH] crm-13730 --- CRM/Contact/BAO/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index b6ee557860..7c1582dea4 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -4160,7 +4160,7 @@ civicrm_relationship.start_date > {$today} $convertedVals = $query->convertToPseudoNames($dao, TRUE); if (!empty($convertedVals)) { - $val = array_merge_recursive($val, $convertedVals); + $val = array_replace_recursive($val, $convertedVals); } $values[$dao->contact_id] = $val; } -- 2.25.1