doc link for connection collation

This commit is contained in:
Marc Delisle
2004-07-18 21:48:48 +00:00
parent 34a02438be
commit d78299a3d6
2 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-07-18 Marc Delisle <lem9@users.sourceforge.net>
* main.php: doc link for connection collation
2004-07-17 Alexander M. Turek <me@derrabus.de>
* libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
moved redundant post-connect code into database_interface.lib.php.

View File

@@ -590,6 +590,8 @@ if (isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding']
. ' </label>' . "\n"
. PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION, 'collation_connection', 'select_collation_connection', $collation_connection, TRUE, 4, TRUE)
. ' <noscript><input type="submit" value="' . $strGo . '" style="vertical-align: middle" /></noscript>' . "\n"
// put the doc link in the form so that it appears on the same line
. PMA_showMySQLDocu('MySQL_Database_Administration', 'Charset-connection') . "\n"
. ' </form>' . "\n"
. ' </td>' . "\n"
. ' </tr>' . "\n";