From: Tim Mallezie Date: Mon, 20 Apr 2015 06:23:57 +0000 (+0200) Subject: remove unused variable X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cf28610f8f8a82ce3cbae5e1ab7fee1856e355b9;p=civicrm-core.git remove unused variable --- diff --git a/CRM/Contact/Form/DedupeRules.php b/CRM/Contact/Form/DedupeRules.php index 66d8a3dc98..3ab12bd5e2 100644 --- a/CRM/Contact/Form/DedupeRules.php +++ b/CRM/Contact/Form/DedupeRules.php @@ -106,7 +106,6 @@ class CRM_Contact_Form_DedupeRules extends CRM_Admin_Form { * @return void */ public function buildQuickForm() { - $foo = CRM_Core_DAO::getAttribute('CRM_Dedupe_DAO_Rule', 'title'); $this->addField('title', array('label' => ts('Rule Name')), TRUE); $this->addRule('title', ts('A duplicate matching rule with this name already exists. Please select another name.'), 'objectExists', array('CRM_Dedupe_DAO_RuleGroup', $this->_rgid, 'title')