unparse readability

This commit is contained in:
William Knauss
2014-05-09 21:55:54 -04:00
parent 178699580e
commit 531cc66a5e

View File

@@ -815,7 +815,7 @@ class parseCSV {
} }
$string .= implode($delimiter, $entry).$this->linefeed; $string .= implode($delimiter, $entry).$this->linefeed;
$entry = array(); $entry = array();
} }
// create data // create data