typo
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
||||
|
||||
2003-06-26 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/ukrainian: update, thanks to Markijan Baran
|
||||
* libraries/sqlparser.lib.php3 typo
|
||||
|
||||
2003-06-26 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* sql.php3, tbl_properties_links.php3, tbl_properties_structure.php3: Go
|
||||
|
@@ -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')) {
|
||||
|
Reference in New Issue
Block a user