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:
17dea6f
)
CRM-17586 - fixed last coding style problem.
author
Jamie McClelland
<jm@mayfirst.org>
Mon, 23 Nov 2015 15:26:14 +0000
(10:26 -0500)
committer
Jamie McClelland
<jm@mayfirst.org>
Mon, 23 Nov 2015 15:26:14 +0000
(10:26 -0500)
CRM/Report/Form/Contribute/PCP.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Contribute/PCP.php
b/CRM/Report/Form/Contribute/PCP.php
index 88566467302473144049f81c1d4323977d1f2f85..77a3e38df9a621398d16a7ad882299e872172b99 100644
(file)
--- a/
CRM/Report/Form/Contribute/PCP.php
+++ b/
CRM/Report/Form/Contribute/PCP.php
@@
-274,7
+274,7
@@
LEFT JOIN civicrm_contribution_page {$this->_aliases['civicrm_contribution_page'
$dao->fetch();
$committed_total = $dao->committed_total;
$received_total = $dao->received_total;
- $donors_total =
$dao->donors_total;
+ $donors_total = $dao->donors_total;
// Calculate goal total goal from the PCP table (we only want one result per
// PCP page - the query above produces one result per contribution made).