CRM-13906 - Notices and Warnings in Contribute Repeat report
authorDonald A. Lobo <lobo@civicrm.org>
Wed, 4 Dec 2013 19:03:16 +0000 (11:03 -0800)
committerDonald 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

index 5d44ec245bd122d5f508780e654612b299a7be0b..8dca9bb29b660077603a00561d0779fc06f1b5f3 100644 (file)
@@ -703,7 +703,7 @@ GROUP BY    currency
 ";
     $dao = CRM_Core_DAO::executeQuery($sql);
 
-    $amount = $average = $amount = $average = array();
+    $amount = $average = $amount2 = $average2 = array();
     $count = $count2 = 0;
     while ($dao->fetch()) {
       if ($dao->amount) {