typo
This commit is contained in:
@@ -6,7 +6,7 @@ if (!defined('PMA_MYSQL_CHARSETS_LIB_INCLUDED')){
|
|||||||
define('PMA_MYSQL_CHARSETS_LIB_INCLUDED', 1);
|
define('PMA_MYSQL_CHARSETS_LIB_INCLUDED', 1);
|
||||||
|
|
||||||
$res = PMA_mysql_query('SHOW VARIABLES LIKE "character_sets";', $userlink)
|
$res = PMA_mysql_query('SHOW VARIABLES LIKE "character_sets";', $userlink)
|
||||||
or PMA_mysqlDie(PMA_mysql_error($userlink), 'SHOW VARIABLES LIKE "character sets";');
|
or PMA_mysqlDie(PMA_mysql_error($userlink), 'SHOW VARIABLES LIKE "character_sets";');
|
||||||
$row = PMA_mysql_fetch_row($res);
|
$row = PMA_mysql_fetch_row($res);
|
||||||
@mysql_free_result($res);
|
@mysql_free_result($res);
|
||||||
unset($res);
|
unset($res);
|
||||||
@@ -30,7 +30,7 @@ if (!defined('PMA_MYSQL_CHARSETS_LIB_INCLUDED')){
|
|||||||
unset($charsets_tmp);
|
unset($charsets_tmp);
|
||||||
unset($i);
|
unset($i);
|
||||||
unset($current);
|
unset($current);
|
||||||
|
|
||||||
if (PMA_PHP_INT_VERSION >= 40000) {
|
if (PMA_PHP_INT_VERSION >= 40000) {
|
||||||
sort($mysql_charsets, SORT_STRING);
|
sort($mysql_charsets, SORT_STRING);
|
||||||
} else {
|
} else {
|
||||||
@@ -39,4 +39,4 @@ if (!defined('PMA_MYSQL_CHARSETS_LIB_INCLUDED')){
|
|||||||
|
|
||||||
} // $__PMA_MYSQL_CHARSETS_LIB__
|
} // $__PMA_MYSQL_CHARSETS_LIB__
|
||||||
|
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user