diff --git a/ChangeLog b/ChangeLog index 583deb692..e1f182c97 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-12-23 Marc Delisle + * links to new short doc pages are now completed + 2001-12-23 Loïc Chapeaux * tbl_select.php3, lines 202-206: fixed bug #472728 - Many fields / IE 5.5 or IE 6. diff --git a/Documentation.html b/Documentation.html index d8423f126..db47bb475 100755 --- a/Documentation.html +++ b/Documentation.html @@ -700,10 +700,10 @@

-
$cfgManualBase string
+
$cfgManualBaseShort string
- If set to an URL which points to the MySQL documentation, appropriate - help links are generated. + If set to an URL which points to the MySQL documentation (on short + pages), appropriate help links are generated.

diff --git a/config.inc.php3 b/config.inc.php3 index c167df68b..116f924b2 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -140,7 +140,6 @@ $cfgBZipDump = TRUE; // dump files * Link to the official MySQL documentation * Be sure to include no trailing slash on the path */ -$cfgManualBase = 'http://www.mysql.com/documentation/mysql/bychapter'; $cfgManualBaseShort = 'http://www.mysql.com/doc'; diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index 46d10b7d2..3b3e75580 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -875,23 +875,6 @@ window.parent.frames['nav'].location.replace(''); } // end of the 'PMA_showMessage()' function - /** - * Displays a link to the official MySQL documentation - * - * @param string an anchor to move to - * - * @return string the html link - * - * @access public - */ - function PMA_showDocu($link) - { - if (!empty($GLOBALS['cfgManualBase'])) { - return '[' . $GLOBALS['strDocu'] . ']'; - } - } // end of the 'PMA_showDocu()' function - - /** * Displays a link to the official MySQL documentation (short) * diff --git a/tbl_properties.php3 b/tbl_properties.php3 index a8d9eda63..2afdf5778 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -704,7 +704,7 @@ echo "\n"; -  :
+  :