Remove unused variable
authorLars SG <lars@wildsight.ca>
Tue, 20 Apr 2021 00:49:27 +0000 (18:49 -0600)
committerLars SG <lars@wildsight.ca>
Tue, 20 Apr 2021 00:49:27 +0000 (18:49 -0600)
CRM/Contribute/Form/Contribution/Main.php

index aed60d76de328ee9abce3866e3d2febd8f5de393..08a1c7b43b1a973fbfe1fbcb75f08fb49729af98 100644 (file)
@@ -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) {