From daf686a7391b54ada51cccfe642bde7d87fddc77 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sat, 7 Jun 2003 20:19:45 +0000 Subject: [PATCH] typo --- libraries/mysql_charsets.lib.php3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/mysql_charsets.lib.php3 b/libraries/mysql_charsets.lib.php3 index a6bd62f90..2dbe23b39 100644 --- a/libraries/mysql_charsets.lib.php3 +++ b/libraries/mysql_charsets.lib.php3 @@ -6,7 +6,7 @@ if (!defined('PMA_MYSQL_CHARSETS_LIB_INCLUDED')){ define('PMA_MYSQL_CHARSETS_LIB_INCLUDED', 1); $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); @mysql_free_result($res); unset($res); @@ -30,7 +30,7 @@ if (!defined('PMA_MYSQL_CHARSETS_LIB_INCLUDED')){ unset($charsets_tmp); unset($i); unset($current); - + if (PMA_PHP_INT_VERSION >= 40000) { sort($mysql_charsets, SORT_STRING); } else { @@ -39,4 +39,4 @@ if (!defined('PMA_MYSQL_CHARSETS_LIB_INCLUDED')){ } // $__PMA_MYSQL_CHARSETS_LIB__ -?> +?> \ No newline at end of file