Fixed description for line terminating character.
This commit is contained in:
@@ -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
|
||||
|
@@ -248,7 +248,7 @@ if ($cfgRelation['mimework']) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo $strFieldsTerminatedBy; ?>
|
||||
<?php echo $strLinesTerminatedBy; ?>
|
||||
</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" />
|
||||
|
Reference in New Issue
Block a user