Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REF] Call makeCSVTable function directly from writeRows #16980

Merged
merged 1 commit into from
Apr 5, 2020

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

Minor code simplification

Before

ExportProcessor calls CRM_Core_Report_Excel::writeCSVFile with $outputHeader = FALSE - this is the same as just calling CRM_Core_Report_Excel::makeCSVTable

After

It just calls CRM_Core_Report_Excel::makeCSVTable

Technical Details

This is just a minor simplification

Comments

@civibot
Copy link

civibot bot commented Apr 5, 2020

(Standard links)

@civibot civibot bot added the master label Apr 5, 2020
* @param array $headerRows
* @param array $componentDetails
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

param renamed for clarity

@colemanw colemanw merged commit ada8007 into civicrm:master Apr 5, 2020
@eileenmcnaughton eileenmcnaughton deleted the ex2 branch April 6, 2020 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants