remove unwanted variable
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Mon, 7 Mar 2016 11:23:59 +0000 (16:53 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Mon, 7 Mar 2016 11:23:59 +0000 (16:53 +0530)
CRM/Price/BAO/PriceFieldValue.php

index 519122e18fcaa27d338335923e7bd4da47638abd..fc0210d5cfacf5780dc8e994122629ce06da30ce 100644 (file)
@@ -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);