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