bug #1350872 Broken Link in Structure Tab

This commit is contained in:
Sebastian Mendel
2005-11-08 09:54:52 +00:00
parent 28a08f296b
commit ed68f9816b
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ $Source$
header_printview.inc.php, index.php, left.php, translators.html, header_printview.inc.php, index.php, left.php, translators.html,
libraries/header_meta_style.inc.php, scripts/decode_bug.php: libraries/header_meta_style.inc.php, scripts/decode_bug.php:
fixed/added favicon fixed/added favicon
* tbl_indexes.php: bug #1350872 Broken Link in Structure Tab
2005-11-07 Marc Delisle <lem9@users.sourceforge.net> 2005-11-07 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_links.php: undefined variable $db_is_information_schema * tbl_properties_links.php: undefined variable $db_is_information_schema

View File

@@ -363,7 +363,7 @@ else if (!defined('PMA_IDX_INCLUDED')
<?php <?php
echo "\n"; echo "\n";
echo ' ' . $strIndexes . ':' . "\n"; echo ' ' . $strIndexes . ':' . "\n";
echo ' ' . PMA_showMySQLDocu('MySQL_Optimisation', 'Optimising_Database_Structure') . "\n"; echo ' ' . PMA_showMySQLDocu('optimization', 'optimizing-database-structure') . "\n";
?></td></tr><?php ?></td></tr><?php
$edit_link_text = ''; $edit_link_text = '';
$drop_link_text = ''; $drop_link_text = '';