Fixed description for line terminating character.

This commit is contained in:
Michal Čihař
2003-06-14 10:25:01 +00:00
parent 1fdc8c0a4f
commit ec5917977a
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2003-06-14 Michal Cihar <nijel@users.sourceforge.net>
* export.php3: Fixed saving compressed dumps on server.
* libraries/display_export.lib.php3: Fixed description for line
terminating character.
2003-06-13 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.data.php3: bug 753813, "session" is not

View File

@@ -248,7 +248,7 @@ if ($cfgRelation['mimework']) {
</tr>
<tr>
<td>
<?php echo $strFieldsTerminatedBy; ?>&nbsp;
<?php echo $strLinesTerminatedBy; ?>&nbsp;
</td>
<td>
<input type="text" name="add_character" size="2" value="<?php if ($cfg['Export']['csv_terminated'] == 'AUTO') echo ((PMA_whichCrlf() == "\n") ? '\n' : '\r\n'); else echo $cfg['Export']['csv_terminated']; ?>" class="textfield" />