allow export function to use system default newline character

Declined
#1 · Created  · Last updated

Declined pull request

need to submit a new request

Closed by: ·2016-07-01

Description

Currently "export SQL" and "export CSV" hard-coded '\r\n' as newline character. If user is using MAMP on Mac or on Linux localhost, then the exported file will not follow UNIX style newline character - \r

by changing the hard-coded '\r\n' to PHP_EOL, the system will automatically pick the newline char to output to the exported file

0 attachments

0 comments

Loading commits...