From 890396fb0e59ff09c0058d41d5c953021bb869e6 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 26 Aug 2006 13:50:47 +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 d5569cd00..f28758c85 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 Marc Delisle ### 2.9.0-beta1 released from QA_2_9 diff --git a/libraries/common.lib.php b/libraries/common.lib.php index ad78925e8..be6327a00 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";