From bbf6992aa3e6d4f66f80717cdf66bcf9dee10916 Mon Sep 17 00:00:00 2001 From: Lars SG Date: Mon, 19 Apr 2021 18:49:27 -0600 Subject: [PATCH] Remove unused variable --- CRM/Contribute/Form/Contribution/Main.php | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.25.1