X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FDedupeRules.php;h=29c26761295ea37e948bc711cbddf8bc775bc7fa;hb=7da04cdea71382ff22ffd94e9b3ae9915c25422b;hp=e8030241338561a99105512ac3b9426194c807cd;hpb=2c53a8f729f160b603efc6e8f5eb03c118df6ed3;p=civicrm-core.git diff --git a/CRM/Contact/Form/DedupeRules.php b/CRM/Contact/Form/DedupeRules.php index e803024133..29c2676129 100644 --- a/CRM/Contact/Form/DedupeRules.php +++ b/CRM/Contact/Form/DedupeRules.php @@ -1,7 +1,7 @@ _defaults; } /** - * Function to process the form + * Process the form submission * * @access public * @@ -196,7 +210,7 @@ UPDATE civicrm_dedupe_rule_group AND used = %2"; $queryParams = array( 1 => array($this->_contactType, 'String'), - 2 => array($this->_options[$used], 'String'), + 2 => array($values['used'], 'String'), ); CRM_Core_DAO::executeQuery($query, $queryParams);