default language should be en-iso-8859-1

This commit is contained in:
Alexander M. Turek
2002-08-04 09:25:03 +00:00
parent ceb299777b
commit f5ee240b53
2 changed files with 43 additions and 39 deletions

View File

@@ -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

View File

@@ -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