This commit is contained in:
Marc Delisle
2003-06-26 12:49:24 +00:00
parent 15716aaa6b
commit ddda7c6455
2 changed files with 2 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
$debugstr .= 'PMA: ' . PMA_VERSION . "\n";
$debugstr .= 'PHP VER,OS: ' . PMA_PHP_STR_VERSION . ' ' . PHP_OS . "\n";
$debugstr .= 'LANG: ' . $GLOBALS['lang'] . "\n";
$debugstr .= 'SQL: ' . htmlspecials($sql);
$debugstr .= 'SQL: ' . htmlspecialchars($sql);
$encodedstr = $debugstr;
if (PMA_PHP_INT_VERSION >= 40001 && @function_exists('gzcompress')) {