X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FDedupeRules.php;h=faa8c5bc93c6952ce690915efc13746c60db82ef;hb=0048c1bb641ee4baf3260e7a9d5c706114bee918;hp=0a6c4665d8e639427329316938b2290855ba0a2e;hpb=95e3f3974e8e214529fbaed0fbd598e20d8ff64c;p=civicrm-core.git diff --git a/CRM/Contact/Form/DedupeRules.php b/CRM/Contact/Form/DedupeRules.php index 0a6c4665d8..faa8c5bc93 100644 --- a/CRM/Contact/Form/DedupeRules.php +++ b/CRM/Contact/Form/DedupeRules.php @@ -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; }