Implemented feature #545379 - phpMyAdmin has now support for all MySQL manuals available.

This commit is contained in:
Michal Čihař
2002-08-15 11:52:26 +00:00
parent b70b4e2552
commit 15eed4df54
16 changed files with 100 additions and 37 deletions

View File

@@ -343,7 +343,7 @@ else if (!defined('PMA_IDX_INCLUDED')
} // end for
?>
</select>&nbsp;
<?php echo PMA_showDocuShort('A/L/ALTER_TABLE.html') . "\n"; ?>
<?php echo PMA_showMySQLDocu('Reference', 'ALTER_TABLE.html') . "\n"; ?>
</td>
</tr>
</table><br />
@@ -424,7 +424,7 @@ else if (!defined('PMA_IDX_INCLUDED')
<?php
echo "\n";
echo ' ' . $strIndexes . '&nbsp;:' . "\n";
echo ' ' . PMA_showDocuShort('O/p/Optimising_Database_Structure.html') . '<br />' ."\n";
echo ' ' . PMA_showMySQLDocu('MySQL_Optimisation', 'Optimising_Database_Structure') . '<br />' ."\n";
if ($idx_cnt > 0) {
?>