if ($rowCount < 0) {
$rowCount = 0;
}
- $contactType = '';
- if ($rgid) {
- $contactType = CRM_Core_DAO::getFieldValue('CRM_Dedupe_DAO_RuleGroup', $rgid, 'contact_type');
- }
$whereClause = $orderByClause = '';
$cacheKeyString = CRM_Dedupe_Merger::getMergeCacheKeyString($rgid, $gid);
* @param int $rgid
* @param int $gid
* @param string $mode
+ * 'safe' mode or 'force' mode.
* @param bool $autoFlip
+ * Override the values in the prevnext table & use the lowest value?
+ * As the form offers the user to flip the values themselves this should
+ * only be TRUE if you wish to ignore the user.
* @param int $batchLimit
* @param int $isSelected
*