fix typo, thanks to Juergen

This commit is contained in:
Marc Delisle
2007-10-06 19:26:07 +00:00
parent c04fe749b6
commit d13bef9c1f

View File

@@ -665,7 +665,7 @@ if ($action == 'tbl_create.php') {
if (PMA_MYSQL_INT_VERSION >= 50100 && PMA_DBI_fetch_value("SHOW VARIABLES LIKE 'have_partitioning';")) { if (PMA_MYSQL_INT_VERSION >= 50100 && PMA_DBI_fetch_value("SHOW VARIABLES LIKE 'have_partitioning';")) {
?> ?>
<tr valign="top"> <tr valign="top">
<th><?php echo $strPartitionDefinition; ?>:&nbsp;<?php echo PMA_showMySQLDocu('Partitionning', 'Partitionning'); ?> <th><?php echo $strPartitionDefinition; ?>:&nbsp;<?php echo PMA_showMySQLDocu('Partitioning', 'Partitioning'); ?>
</th> </th>
</tr> </tr>
<tr> <tr>