From fa033f3db1c49f9065c7c158e65a6b8b7b7bcd4f Mon Sep 17 00:00:00 2001 From: John Kingsnorth Date: Mon, 20 Jan 2020 17:10:45 +0000 Subject: [PATCH] Remove unused variable $now --- CRM/Contribute/Form/AdditionalPayment.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Contribute/Form/AdditionalPayment.php b/CRM/Contribute/Form/AdditionalPayment.php index 4b0c3d257e..ee860de148 100644 --- a/CRM/Contribute/Form/AdditionalPayment.php +++ b/CRM/Contribute/Form/AdditionalPayment.php @@ -362,8 +362,6 @@ class CRM_Contribute_Form_AdditionalPayment extends CRM_Contribute_Form_Abstract $config = CRM_Core_Config::singleton(); $session = CRM_Core_Session::singleton(); - $now = date('YmdHis'); - // we need to retrieve email address if ($this->_context == 'standalone' && !empty($this->_params['is_email_receipt'])) { list($this->userDisplayName, -- 2.25.1