From: Lars SG Date: Tue, 20 Apr 2021 00:49:27 +0000 (-0600) Subject: Remove unused variable X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bbf6992aa3e6d4f66f80717cdf66bcf9dee10916;p=civicrm-core.git Remove unused variable --- diff --git a/CRM/Contribute/Form/Contribution/Main.php b/CRM/Contribute/Form/Contribution/Main.php index aed60d76de..08a1c7b43b 100644 --- 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) {