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:
a5aef36
)
notice fixes
author
kurund
<kurund@civicrm.org>
Mon, 12 Aug 2013 17:55:36 +0000
(23:25 +0530)
committer
kurund
<kurund@civicrm.org>
Mon, 12 Aug 2013 17:55:36 +0000
(23:25 +0530)
CRM/Contribute/BAO/Contribution.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/BAO/Contribution.php
b/CRM/Contribute/BAO/Contribution.php
index e09fcf50838d432eb6eb78daa7b33a736b6c1a31..443c5cb8657fc0b4b780f2fdf066ef0b8479caf0 100644
(file)
--- a/
CRM/Contribute/BAO/Contribution.php
+++ b/
CRM/Contribute/BAO/Contribution.php
@@
-1633,7
+1633,7
@@
LEFT JOIN civicrm_contribution contribution ON ( componentPayment.contribution_
/**
* This function returns all contribution related object ids.
*/
- function getComponentDetails($contributionId) {
+
public static
function getComponentDetails($contributionId) {
$componentDetails = $pledgePayment = array();
if (!$contributionId) {
return $componentDetails;