This commit is contained in:
Alexander M. Turek
2005-01-29 21:04:34 +00:00
parent cefbde0902
commit ca1cc6038f
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2005-01-29 Alexander M. Turek <me@derrabus.de>
* land/japanese-utf-8.inc.php: bug #1111855 ("Undefined index" when using
the Janapese language file under MySQL 4.1.
2005-01-28 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
function PMA_reloadNavigation(). A failed connection was not properly

View File

@@ -6,7 +6,7 @@
* Tadashi Jokagi <elf2000 at users.sourceforge.net>
*/
$charset = 'UTF-8';
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';