line feed should only be \r

This commit is contained in:
William Knauss
2014-05-13 21:23:53 -04:00
parent a274874084
commit 7e46cc193a

View File

@@ -231,7 +231,7 @@ class parseCSV {
* @access public
* @var string
*/
public $linefeed = "\r\n";
public $linefeed = "\r";
/**
* Output Delimiter