From 6f95bf499a146a23d3a3b4b6f0008b9ee3438c8a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 26 Aug 2006 13:53:33 +0000 Subject: [PATCH] bug #1544734, error messages link outdated --- ChangeLog | 2 ++ libraries/common.lib.php | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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";