Changeset 894:56a874852944 for plugins/importExport/inc
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/flat/class.flat.backup.php
r841 r894 61 61 { 62 62 $line = preg_replace('/^"|"$/','',$line); 63 $line = preg_split('/(^"|","| "$)/m',$line);63 $line = preg_split('/(^"|","|(?<!\\\)\"$)/m',$line); 64 64 65 65 if (count($this->line_cols) != count($line)) {
Note: See TracChangeset
for help on using the changeset viewer.