From: jitendrapurohit Date: Mon, 7 Mar 2016 11:23:59 +0000 (+0530) Subject: remove unwanted variable X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=87d22f704f4ad6bfce56eedf26cf38ebe013dd3e;p=civicrm-core.git remove unwanted variable --- 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);