From 87d22f704f4ad6bfce56eedf26cf38ebe013dd3e Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Mon, 7 Mar 2016 16:53:59 +0530 Subject: [PATCH] remove unwanted variable --- CRM/Price/BAO/PriceFieldValue.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Price/BAO/PriceFieldValue.php b/CRM/Price/BAO/PriceFieldValue.php index 519122e18f..fc0210d5cf 100644 --- a/CRM/Price/BAO/PriceFieldValue.php +++ b/CRM/Price/BAO/PriceFieldValue.php @@ -319,7 +319,6 @@ WHERE cpse.id IS NOT NULL {$where}"; 1 => array(CRM_Core_DAO::VALUE_SEPARATOR . $prevLabel . ' -', 'String'), 2 => array(CRM_Core_DAO::VALUE_SEPARATOR . $newLabel . ' -', 'String'), ); - $participantIds = array(); // Update contribution if (!empty($lineItem->contribution_id)) { CRM_Core_DAO::executeQuery("UPDATE `civicrm_contribution` SET `amount_level` = REPLACE(amount_level, %1, %2) WHERE id = {$lineItem->contribution_id}", $params); -- 2.25.1