BUG() Change

This commit is contained in:
Robin Johnson
2002-08-07 08:07:50 +00:00
parent 61d3a71cd5
commit a9f696253d
2 changed files with 3 additions and 0 deletions

View File

@@ -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')) {