Fixed documentation link.

This commit is contained in:
Michal Čihař
2004-05-09 16:06:27 +00:00
parent 5031e51626
commit ab435f590d
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2004-05-05 Michal Čihař <michal@cihar.com> 2004-05-05 Michal Čihař <michal@cihar.com>
* lang/czech: Updated. * lang/czech: Updated.
* tbl_properties_operations.php: Fixed documentation link.
2004-05-09 Alexander M. Turek <me@derrabus.de> 2004-05-09 Alexander M. Turek <me@derrabus.de>
* db_datadict.php: Patch #950726 (minor CSS fixes) thanks to * db_datadict.php: Patch #950726 (minor CSS fixes) thanks to

View File

@@ -255,7 +255,7 @@ if ($tbl_type == 'MYISAM' || $tbl_type == 'BERKELEYDB' || $tbl_type == 'INNODB')
<li> <li>
<a href="sql.php?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('ALTER TABLE ' . PMA_backquote($table) . ' TYPE=InnoDB'); ?>"> <a href="sql.php?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('ALTER TABLE ' . PMA_backquote($table) . ' TYPE=InnoDB'); ?>">
<?php echo $strDefragment; ?></a>&nbsp; <?php echo $strDefragment; ?></a>&nbsp;
<?php echo PMA_showMySQLDocu('InnoDB', 'InnoDB_File_Defragmenting') . "\n"; ?> <?php echo PMA_showMySQLDocu('Table_types', 'InnoDB_File_Defragmenting') . "\n"; ?>
</li> </li>
<?php <?php
} }