default language should be en-iso-8859-1
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-08-04 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
|
* libraries/common.lib.php3, line 88: default language should be
|
||||||
|
en-iso-8859-1.
|
||||||
|
|
||||||
2002-08-03 Marc Delisle <lem9@users.sourceforge.net>
|
2002-08-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Documentation.html: remove unneeded GRANT
|
* Documentation.html: remove unneeded GRANT
|
||||||
* lang/turkish: update, thanks to Bora Alioglu
|
* lang/turkish: update, thanks to Bora Alioglu
|
||||||
|
@@ -85,7 +85,7 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')){
|
|||||||
// Include failed
|
// Include failed
|
||||||
if (!isset($cfgServers) && !isset($cfg['Servers'])) {
|
if (!isset($cfgServers) && !isset($cfg['Servers'])) {
|
||||||
// Creates fake settings
|
// Creates fake settings
|
||||||
$cfg = array('DefaultLang' => 'en');
|
$cfg = array('DefaultLang' => 'en-iso-8859-1');
|
||||||
// Loads the language file
|
// Loads the language file
|
||||||
include('./libraries/select_lang.lib.php3');
|
include('./libraries/select_lang.lib.php3');
|
||||||
// Sends the Content-Type header
|
// Sends the Content-Type header
|
||||||
|
Reference in New Issue
Block a user