Merge pull request #3905 from colemanw/Use
[civicrm-core.git] / CRM / Contact / Form / DedupeRules.php
index 0a6c4665d8e639427329316938b2290855ba0a2e..faa8c5bc93c6952ce690915efc13746c60db82ef 100644 (file)
@@ -174,6 +174,17 @@ class CRM_Contact_Form_DedupeRules extends CRM_Admin_Form {
     return empty($errors) ? TRUE : $errors;
   }
 
+  /**
+   * This function sets the default values for the form. MobileProvider that in edit/view mode
+   * the default values are retrieved from the database
+   *
+   * @access public
+   *
+   * @return array
+   */
+  /**
+   * @return array
+   */
   function setDefaultValues() {
     return $this->_defaults;
   }