bug #1544734, error messages link outdated
This commit is contained in:
@@ -7,6 +7,8 @@ $Source$
|
|||||||
|
|
||||||
2006-08-26 Marc Delisle <lem9@users.sourceforge.net>
|
2006-08-26 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* db_operations.php: bug #1544799, undefined variable on db copy
|
* 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>
|
2006-08-24 Michal Čihař <michal@cihar.com>
|
||||||
* Documentation.html, libraries/config.default.php,
|
* Documentation.html, libraries/config.default.php,
|
||||||
|
@@ -983,9 +983,10 @@ if (!defined('PMA_MINIMUM_COMMON')) {
|
|||||||
$error_message = preg_replace("@((\015\012)|(\015)|(\012)){3,}@", "\n\n", $error_message);
|
$error_message = preg_replace("@((\015\012)|(\015)|(\012)){3,}@", "\n\n", $error_message);
|
||||||
}
|
}
|
||||||
// modified to show me the help on error-returns (Michael Keck)
|
// modified to show me the help on error-returns (Michael Keck)
|
||||||
|
// (now error-messages-server)
|
||||||
echo '<p>' . "\n"
|
echo '<p>' . "\n"
|
||||||
. ' <strong>' . $GLOBALS['strMySQLSaid'] . '</strong>'
|
. ' <strong>' . $GLOBALS['strMySQLSaid'] . '</strong>'
|
||||||
. PMA_showMySQLDocu('Error-returns', 'Error-returns')
|
. PMA_showMySQLDocu('Error-messages-server', 'Error-messages-server')
|
||||||
. "\n"
|
. "\n"
|
||||||
. '</p>' . "\n";
|
. '</p>' . "\n";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user