Fix documentation links (bug #1341676).

This commit is contained in:
Michal Čihař
2005-10-29 19:37:45 +00:00
parent fd2196ce5c
commit 5e1ddad64e
6 changed files with 11 additions and 7 deletions

View File

@@ -283,7 +283,7 @@ else if (!defined('PMA_IDX_INCLUDED')
} // end for
?>
</select>
<?php echo PMA_showMySQLDocu('Reference', 'ALTER_TABLE') . "\n"; ?>
<?php echo PMA_showMySQLDocu('SQL-Syntax', 'ALTER_TABLE') . "\n"; ?>
</td>
</tr>