Skip to content

Commit 9b50440

Browse files
committed
Fix deprecated error
1 parent 4427691 commit 9b50440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dt-mapping/migrations/0006-add-grid-to-db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function up() {
5656
$line = fgets( $fp, 2048 );
5757
$count++;
5858

59-
$data = str_getcsv( $line, "\t" );
59+
$data = str_getcsv( $line, "\t", '"', '\\' );
6060

6161
$data_sql = dt_array_to_sql( $data );
6262

0 commit comments

Comments
 (0)