projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4969ae
)
remove unused variable
author
Tim Mallezie
<tim.mallezie@chiro.be>
Mon, 20 Apr 2015 06:23:57 +0000
(08:23 +0200)
committer
Tim Mallezie
<tim.mallezie@chiro.be>
Mon, 20 Apr 2015 06:23:57 +0000
(08:23 +0200)
CRM/Contact/Form/DedupeRules.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Form/DedupeRules.php
b/CRM/Contact/Form/DedupeRules.php
index 66d8a3dc98ad87466349555a8ca4971497dbf671..3ab12bd5e2abf7086a0790c6ccfd7073e0ae0760 100644
(file)
--- 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')