diff --git a/ChangeLog b/ChangeLog index 4007236f7..c4d39af0d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2003-06-26 Marc Delisle * lang/ukrainian: update, thanks to Markijan Baran + * libraries/sqlparser.lib.php3 typo 2003-06-26 Michal Cihar * sql.php3, tbl_properties_links.php3, tbl_properties_structure.php3: Go diff --git a/libraries/sqlparser.lib.php3 b/libraries/sqlparser.lib.php3 index 316fc534b..158dcdde9 100644 --- a/libraries/sqlparser.lib.php3 +++ b/libraries/sqlparser.lib.php3 @@ -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')) {