mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
unparse readability
This commit is contained in:
@@ -815,7 +815,7 @@ class parseCSV {
|
||||
}
|
||||
|
||||
$string .= implode($delimiter, $entry).$this->linefeed;
|
||||
$entry = array();
|
||||
$entry = array();
|
||||
}
|
||||
|
||||
// create data
|
||||
|
||||
Reference in New Issue
Block a user