From 638e7498cba44dc1775c0f6df7be11179a7f605e Mon Sep 17 00:00:00 2001 From: Eileen Date: Mon, 6 Jan 2014 16:23:29 +1300 Subject: [PATCH] Participant Report - declare var --- CRM/Report/Form/Event/ParticipantListing.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Report/Form/Event/ParticipantListing.php b/CRM/Report/Form/Event/ParticipantListing.php index 548e10bd0f..1abf7cf8d2 100644 --- a/CRM/Report/Form/Event/ParticipantListing.php +++ b/CRM/Report/Form/Event/ParticipantListing.php @@ -569,6 +569,7 @@ GROUP BY cv.label // build array of result based on column headers. This method also allows // modifying column headers before using it to build result set i.e $rows. + $rows = array(); $this->buildRows($sql, $rows); // format result set. -- 2.25.1