bug #1544734, error messages link outdated

This commit is contained in:
Marc Delisle
2006-08-26 13:53:33 +00:00
parent 4eae69b250
commit 6f95bf499a
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2006-08-26 Marc Delisle <lem9@users.sourceforge.net>
* 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ř <michal@cihar.com>
* Documentation.html, libraries/config.default.php,

View File

@@ -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 '<p>' . "\n"
. ' <strong>' . $GLOBALS['strMySQLSaid'] . '</strong>'
. PMA_showMySQLDocu('Error-returns', 'Error-returns')
. PMA_showMySQLDocu('Error-messages-server', 'Error-messages-server')
. "\n"
. '</p>' . "\n";