From a897cda677be1ad06bec37d5fbae8ab7ccd289ff Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 15 Apr 2004 19:37:18 +0000 Subject: [PATCH] enable longer field terminator, for example a dos-style cf lf --- ChangeLog | 5 +++++ ldi_table.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c8a66045d..bb072df59 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-04-15 Marc Delisle + * ldi_table.php: allow longer field terminator (was 2 now 4); + for example, to load a file where each line represents one field + and the end of line is \r\n + 2004-04-15 Michal Cihar * tbl_properties_export.php, tbl_row_delete.php, libraries/display_tbl.lib.php: Support for exporting selected rows (RFE diff --git a/ldi_table.php b/ldi_table.php index d9f837cf2..8ee8f5af6 100644 --- a/ldi_table.php +++ b/ldi_table.php @@ -105,7 +105,7 @@ echo "\n"; - +