Remove unused variable $now
authorJohn Kingsnorth <john@johnkingsnorth.co.uk>
Mon, 20 Jan 2020 17:10:45 +0000 (17:10 +0000)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 17:10:45 +0000 (17:10 +0000)
CRM/Contribute/Form/AdditionalPayment.php

index 4b0c3d257e2867520ab3814e864d0878626d8cec..ee860de148faacef9a46c178cacb3336b98f096a 100644 (file)
@@ -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,