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:
a755b17
)
CRM-13906 - Notices and Warnings in Contribute Repeat report
author
Donald A. Lobo
<lobo@civicrm.org>
Wed, 4 Dec 2013 19:03:16 +0000
(11:03 -0800)
committer
Donald A. Lobo
<lobo@civicrm.org>
Wed, 4 Dec 2013 19:03:16 +0000
(11:03 -0800)
http://issues.civicrm.org/jira/browse/CRM-13906
CRM/Report/Form/Contribute/Repeat.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Contribute/Repeat.php
b/CRM/Report/Form/Contribute/Repeat.php
index 5d44ec245bd122d5f508780e654612b299a7be0b..8dca9bb29b660077603a00561d0779fc06f1b5f3 100644
(file)
--- a/
CRM/Report/Form/Contribute/Repeat.php
+++ b/
CRM/Report/Form/Contribute/Repeat.php
@@
-703,7
+703,7
@@
GROUP BY currency
";
$dao = CRM_Core_DAO::executeQuery($sql);
- $amount = $average = $amount
= $average
= array();
+ $amount = $average = $amount
2 = $average2
= array();
$count = $count2 = 0;
while ($dao->fetch()) {
if ($dao->amount) {