From cbf841b58e86bf1c92726e7b603efdf49241bf95 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 15 Sep 2014 21:36:20 -0400 Subject: [PATCH] Fix undefined variable warning --- CRM/Profile/Page/MultipleRecordFieldsListing.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Profile/Page/MultipleRecordFieldsListing.php b/CRM/Profile/Page/MultipleRecordFieldsListing.php index 9e34a82d13..5c52067bfd 100644 --- a/CRM/Profile/Page/MultipleRecordFieldsListing.php +++ b/CRM/Profile/Page/MultipleRecordFieldsListing.php @@ -172,6 +172,7 @@ class CRM_Profile_Page_MultipleRecordFieldsListing extends CRM_Core_Page_Basic { */ function browse() { $dateFields = NULL; + $cgcount = 0; $dateFieldsVals = NULL; if ($this->_pageViewType == 'profileDataView' && $this->_profileId) { $fields = CRM_Core_BAO_UFGroup::getFields($this->_profileId, FALSE, NULL, -- 2.25.1