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"; - +