projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3650689
)
CRM-13318 revert part of Coleman's patch that breaks profile retrieval
author
eileen
<eileen@fuzion.co.nz>
Fri, 6 Sep 2013 04:36:54 +0000
(16:36 +1200)
committer
eileen
<eileen@fuzion.co.nz>
Fri, 6 Sep 2013 04:45:20 +0000
(16:45 +1200)
CRM/Contact/BAO/Query.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/Query.php
b/CRM/Contact/BAO/Query.php
index 7154f3ec95856da19b16cd88b5fdd04455b29b23..188171c0b9fbbdf5b0ce865377345634365fb69e 100644
(file)
--- a/
CRM/Contact/BAO/Query.php
+++ b/
CRM/Contact/BAO/Query.php
@@
-4174,7
+4174,7
@@
civicrm_relationship.start_date > {$today}
$convertedVals = $query->convertToPseudoNames($dao, TRUE);
if (!empty($convertedVals)) {
- $val =
$convertedVals + $val
;
+ $val =
array_merge_recursive($val, $convertedVals)
;
}
$values[$dao->contact_id] = $val;
}