Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Przybylski <piotrprz@gmail.com>2011-06-06 14:12:42 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-06-06 14:12:42 +0400
commita56d77fb675e7cb3813f689b860b88ce89a548fb (patch)
tree9ea1b7479ada3ab1031b8eb60c6655d56586e3a5 /main.php
parent26ec25b65e1cec25e680c9b53c715f4c890f3590 (diff)
parent3cf4830bbb94ce8fe7078f4a3f4fbac1c6253a8c (diff)
Merge remote-tracking branch 'origin/master' into drizzle
Diffstat (limited to 'main.php')
-rw-r--r--main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.php b/main.php
index 200fc63e6d..6fbf2979ef 100644
--- a/main.php
+++ b/main.php
@@ -174,8 +174,8 @@ if ($server > 0 && $GLOBALS['cfg']['ShowServerInfo']) {
echo ' <li id="li_select_mysql_charset">';
echo ' ' . __('Server charset') . ': '
. ' <span xml:lang="en" dir="ltr">'
- . ' ' . $mysql_charsets_descriptions[$mysql_charset_map[strtolower($charset)]] . "\n"
- . ' (' . $mysql_charset_map[strtolower($charset)] . ')' . "\n"
+ . ' ' . $mysql_charsets_descriptions[$mysql_charset_map['utf-8']] . "\n"
+ . ' (' . $mysql_charset_map['utf-8'] . ')' . "\n"
. ' </span>' . "\n"
. ' </li>' . "\n";
echo ' </ul>';