Update comments
authorEileen McNaughton <eileen@mcnaughty.com>
Tue, 17 May 2016 08:22:59 +0000 (20:22 +1200)
committerEileen McNaughton <eileen@mcnaughty.com>
Tue, 17 May 2016 08:22:59 +0000 (20:22 +1200)
CRM/Dedupe/Merger.php

index 83c6a6c57f2c636b46e27b903b06a1f0b725645d..e1b5e1c6d8d37b5b6959de7bedfef89f5ed1024d 100644 (file)
@@ -583,8 +583,8 @@ INNER JOIN  civicrm_membership membership2 ON membership1.membership_type_id = m
    *   Group id.
    * @param string $mode
    *   Helps decide how to behave when there are conflicts.
-   *                              A 'safe' value skips the merge if there are any un-resolved conflicts.
-   *                              Does a force merge otherwise.
+   *   A 'safe' value skips the merge if there are any un-resolved conflicts, wheras 'aggressive'
+   *   mode does a force merge.
    * @param bool $autoFlip to let api decide which contact to retain and which to delete.
    *   Whether to let api decide which contact to retain and which to delete.
    * @param int $batchLimit number of merges to carry out in one batch.