projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f1aa2
)
remove unusable circular function
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Tue, 13 Jan 2015 00:28:00 +0000
(13:28 +1300)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Tue, 13 Jan 2015 00:28:00 +0000
(13:28 +1300)
api/v3/PledgePayment.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/PledgePayment.php
b/api/v3/PledgePayment.php
index bd7e9c89112aae5a034551a97a1692821da583c8..1f62cd98cfe3a5b4f84b82b7fb613a520d4a98c2 100644
(file)
--- a/
api/v3/PledgePayment.php
+++ b/
api/v3/PledgePayment.php
@@
-126,19
+126,6
@@
function civicrm_api3_pledge_payment_get($params) {
return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params);
}
-/**
- * @param int $pledgeId
- * @param int $paymentStatusId
- * @param $paymentIds
- *
- * @return mixed
- */
-function updatePledgePayments($pledgeId, $paymentStatusId, $paymentIds) {
-
- $result = updatePledgePayments($pledgeId, $paymentStatusId, $paymentIds = NULL);
- return $result;
-}
-
/**
* Gets field for civicrm_pledge_payment functions
*