bug 1010652 wrong label

This commit is contained in:
Marc Delisle
2004-09-06 00:29:57 +00:00
parent 83d8c37c6f
commit 12d498e3f5
2 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-09-05 Marc Delisle <lem9@users.sourceforge.net>
* ldi_table.php: bug #1010652, wrong label,
thanks to Ryan Schmidt - ryandesign for the patch
2004-09-05 Alexander M. Turek <me@derrabus.de>
* libraries/sqlparser.data.php: Parser support for SHOW STORAGE ENGINES and
SHOW TABLE TYPES.

View File

@@ -100,8 +100,8 @@ echo "\n";
?>
<tr>
<td><?php echo $strReplaceTable; ?></td>
<td><input type="checkbox" name="replace" value="REPLACE" id="checkbox_replace" /><?php echo $strReplace; ?></td>
<td><label for="checkbox_replace"><?php echo $strTheContents; ?></label></td>
<td><input type="checkbox" name="replace" value="REPLACE" id="checkbox_replace" /><label for="checkbox_replace"><?php echo $strReplace; ?></label></td>
<td><?php echo $strTheContents; ?></td>
</tr>
<tr>
<td><?php echo $strFieldsTerminatedBy; ?></td>