diff --git a/ChangeLog b/ChangeLog
index 786e417b5..d784eaddc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
$Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
+2.11.8.1 (2008-07-28)
+- bug #2027102, small fix for a notice about "lang"
+
2.11.8.0 (2008-07-28)
- patch #1987593 [interface] Table list pagination in navi,
thanks to Jason Day - jday29
diff --git a/Documentation.html b/Documentation.html
index 4bec25680..37d4e3d8d 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -11,7 +11,7 @@
-
phpMyAdmin 2.11.8 - Documentation
+ phpMyAdmin 2.11.8.1 - Documentation
@@ -33,7 +33,7 @@
Glossary
-phpMyAdmin 2.11.8 Documentation
+phpMyAdmin 2.11.8.1 Documentation
-
phpMyAdmin homepage
diff --git a/README b/README
index fde215a29..d1c3c43df 100644
--- a/README
+++ b/README
@@ -5,8 +5,8 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
- Version 2.11.8
- --------------
+ Version 2.11.8.1
+ ----------------
http://www.phpmyadmin.net/
Copyright (C) 1998-2000 Tobias Ratschiller
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index f0b491664..6c5139a0c 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -85,7 +85,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '2.11.8');
+ $this->set('PMA_VERSION', '2.11.8.1');
/**
* @deprecated
*/
diff --git a/libraries/common.inc.php b/libraries/common.inc.php
index 5cc46103a..4cb469247 100644
--- a/libraries/common.inc.php
+++ b/libraries/common.inc.php
@@ -403,7 +403,7 @@ if (! PMA_isValid($_REQUEST['token']) || $_SESSION[' PMA_token '] != $_REQUEST['
*/
'server', 'db', 'table', 'target',
/* to change the language on login screen or main page */
- lang,
+ 'lang',
/* Session ID */
'phpMyAdmin',
/* Cookie preferences */
diff --git a/translators.html b/translators.html
index f39f1abf7..f41eff748 100644
--- a/translators.html
+++ b/translators.html
@@ -8,7 +8,7 @@
- phpMyAdmin 2.11.8 - Official translators
+ phpMyAdmin 2.11.8.1 - Official translators
@@ -31,7 +31,7 @@
- Glossary
-phpMyAdmin 2.11.8 official translators list
+phpMyAdmin 2.11.8.1 official translators list
Here is the list of the "official translators" of
phpMyAdmin.