bug #1111855
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2005-01-28 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
|
* libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
|
||||||
function PMA_reloadNavigation(). A failed connection was not properly
|
function PMA_reloadNavigation(). A failed connection was not properly
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
* Tadashi Jokagi <elf2000 at users.sourceforge.net>
|
* Tadashi Jokagi <elf2000 at users.sourceforge.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$charset = 'UTF-8';
|
$charset = 'utf-8';
|
||||||
$allow_recoding = TRUE;
|
$allow_recoding = TRUE;
|
||||||
$text_dir = 'ltr';
|
$text_dir = 'ltr';
|
||||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||||
|
Reference in New Issue
Block a user