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:
8b902fe
)
Remove unused variable
author
Lars SG
<lars@wildsight.ca>
Tue, 20 Apr 2021 00:49:27 +0000
(18:49 -0600)
committer
Lars SG
<lars@wildsight.ca>
Tue, 20 Apr 2021 00:49:27 +0000
(18:49 -0600)
CRM/Contribute/Form/Contribution/Main.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/Form/Contribution/Main.php
b/CRM/Contribute/Form/Contribution/Main.php
index aed60d76de328ee9abce3866e3d2febd8f5de393..08a1c7b43b1a973fbfe1fbcb75f08fb49729af98 100644
(file)
--- a/
CRM/Contribute/Form/Contribution/Main.php
+++ b/
CRM/Contribute/Form/Contribution/Main.php
@@
-753,7
+753,6
@@
class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu
$form->addRule('installments', ts('Number of installments must be a whole number.'), 'integer');
$is_recur_label = ts('I want to contribute this amount every');
- $unit_label = ts('Every');
// CRM 10860, display text instead of a dropdown if there's only 1 frequency unit
if (count($unitVals) == 1) {