diff --git a/ChangeLog b/ChangeLog index 8843e34a9..edaa754e1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ $Source$ 2006-08-26 Marc Delisle * db_operations.php: bug #1544799, undefined variable on db copy + * libraries/common.lib.php: bug #1544734, error messages link outdated, + thanks to René Leonhardt 2006-08-24 Michal Čihař * Documentation.html, libraries/config.default.php, diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 583b1a707..19b28e8c9 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -983,9 +983,10 @@ if (!defined('PMA_MINIMUM_COMMON')) { $error_message = preg_replace("@((\015\012)|(\015)|(\012)){3,}@", "\n\n", $error_message); } // modified to show me the help on error-returns (Michael Keck) + // (now error-messages-server) echo '

' . "\n" . ' ' . $GLOBALS['strMySQLSaid'] . '' - . PMA_showMySQLDocu('Error-returns', 'Error-returns') + . PMA_showMySQLDocu('Error-messages-server', 'Error-messages-server') . "\n" . '

' . "\n";