From f0b6af803112aae840fcbf20811ae4dbe75bb681 Mon Sep 17 00:00:00 2001 From: "Donald A. Lobo" Date: Wed, 4 Dec 2013 11:03:16 -0800 Subject: [PATCH] CRM-13906 - Notices and Warnings in Contribute Repeat report http://issues.civicrm.org/jira/browse/CRM-13906 --- CRM/Report/Form/Contribute/Repeat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Contribute/Repeat.php b/CRM/Report/Form/Contribute/Repeat.php index 5d44ec245b..8dca9bb29b 100644 --- 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 = $amount2 = $average2 = array(); $count = $count2 = 0; while ($dao->fetch()) { if ($dao->amount) { -- 2.25.1