diff --git a/ChangeLog b/ChangeLog index 7a926dd57..0c1b5f8a0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,8 @@ $Source$ - Updates, thanks to Kyriakos Xagoraris (theremon) * lang.swedish-iso-8859-1.inc.php3: - Updates, thanks to Björn T. Hallberg (bth) + * libraries/sqlparser.lib.php3: + - Added LANG to the list of BUG() data 2002-08-06 Robin Johnson * libraries/sqlvalidator.php3, libraries/sqlvalidator.lib.php3: diff --git a/libraries/sqlparser.lib.php3 b/libraries/sqlparser.lib.php3 index ba78122b3..a2a2ee992 100644 --- a/libraries/sqlparser.lib.php3 +++ b/libraries/sqlparser.lib.php3 @@ -86,6 +86,7 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) { $debugstr .= 'USR OS,AGENT,VER: ' . PMA_USR_OS . ' ' . PMA_USR_BROWSER_AGENT . ' ' . PMA_USR_BROWSER_VER . "\n"; $debugstr .= 'PMA: ' . PMA_VERSION . "\n"; $debugstr .= 'PHP VER,OS: ' . PMA_PHP_STR_VERSION . ' ' . PHP_OS . "\n"; + $debugstr .= 'LANG: ' . $GLOBALS['lang'] . "\n"; $debugstr .= 'SQL: ' . $sql; $encodedstr = $debugstr; if (PMA_PHP_INT_VERSION >= 40001 && @function_exists('gzcompress')) {