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:
dba4438
)
Fix misleading comment for dupesInGroup()
author
John Kingsnorth
<john@johnkingsnorth.co.uk>
Wed, 10 Oct 2018 14:55:12 +0000
(15:55 +0100)
committer
GitHub
<noreply@github.com>
Wed, 10 Oct 2018 14:55:12 +0000
(15:55 +0100)
The function does also work with smart groups, so remove the comment that says otherwise.
CRM/Dedupe/Finder.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Dedupe/Finder.php
b/CRM/Dedupe/Finder.php
index c6aa6cf306b75a9d19c708727586393f8a4fe0be..45689b9b2cb25c3aa76535d32e534d6ac5eb5561 100644
(file)
--- a/
CRM/Dedupe/Finder.php
+++ b/
CRM/Dedupe/Finder.php
@@
-170,7
+170,7
@@
class CRM_Dedupe_Finder {
* @param int $rgid
* Rule group id.
* @param int $gid
- * Contact group id
(currently, works only with non-smart groups)
.
+ * Contact group id.
*
* @param int $searchLimit
* Limit for the number of contacts to be used for comparison.