remove unused variable
authorTim Mallezie <tim.mallezie@chiro.be>
Mon, 20 Apr 2015 06:23:57 +0000 (08:23 +0200)
committerTim Mallezie <tim.mallezie@chiro.be>
Mon, 20 Apr 2015 06:23:57 +0000 (08:23 +0200)
CRM/Contact/Form/DedupeRules.php

index 66d8a3dc98ad87466349555a8ca4971497dbf671..3ab12bd5e2abf7086a0790c6ccfd7073e0ae0760 100644 (file)
@@ -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')