enable longer field terminator, for example a dos-style cf lf

This commit is contained in:
Marc Delisle
2004-04-15 19:37:18 +00:00
parent 89c024a6fb
commit a897cda677
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-04-15 Marc Delisle <lem9@users.sourceforge.net>
* 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 <michal@cihar.com>
* tbl_properties_export.php, tbl_row_delete.php,
libraries/display_tbl.lib.php: Support for exporting selected rows (RFE

View File

@@ -105,7 +105,7 @@ echo "\n";
</tr>
<tr>
<td><?php echo $strFieldsTerminatedBy; ?></td>
<td><input type="text" name="field_terminater" size="2" maxlength="2" value=";" /></td>
<td><input type="text" name="field_terminater" size="4" maxlength="4" value=";" /></td>
<td><?php echo $strTheTerminator; ?></td>
</tr>
<tr>