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:
acc9dab
)
Reverting hack to updateGreeting(), which is currently on a separate and disabled...
5.61.4-fsf
5.61.4-fsf-michael-attempt-0
author
Ruben Rodriguez
<ruben@trisquel.org>
Mon, 5 Jun 2023 20:11:23 +0000
(16:11 -0400)
committer
Ruben Rodriguez
<ruben@trisquel.org>
Mon, 5 Jun 2023 20:53:22 +0000
(16:53 -0400)
CRM/Contact/BAO/Contact/Utils.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/Contact/Utils.php
b/CRM/Contact/BAO/Contact/Utils.php
index aea321a6b40312a510a7d3d0ed6bac20c404c71c..c771a8aef8d166b6168ad5104280cf01fc35f8a1 100644
(file)
--- a/
CRM/Contact/BAO/Contact/Utils.php
+++ b/
CRM/Contact/BAO/Contact/Utils.php
@@
-967,7
+967,7
@@
INNER JOIN civicrm_contact contact_target ON ( contact_target.id = act.contact_i
FROM civicrm_contact
WHERE contact_type = %1
AND ({$idFldName} IS NULL
- OR ( {$idFldName} IS NOT NULL AND ({$displayFldName} IS NULL OR {$displayFldName} = '')) )
LIMIT 800
";
+ OR ( {$idFldName} IS NOT NULL AND ({$displayFldName} IS NULL OR {$displayFldName} = '')) )";
}
if ($limit) {