Fix local/global delimiter bug between output() and _enclose_value() by

setting global delimiter to local if not null
This commit is contained in:
Norcoen
2014-06-03 15:02:49 +02:00
parent f3c70ad17c
commit 33b1a0d196

View File

@@ -464,6 +464,7 @@ class parseCSV {
$delimiter = $this->output_delimiter;
}
else {
$this->delimiter = $delimiter;
$this->output_delimiter = $delimiter;
}