bug #2027102, small fix for a notice about "lang"

This commit is contained in:
Marc Delisle
2008-07-28 19:37:23 +00:00
parent 654499029c
commit 685c7029ec
6 changed files with 11 additions and 8 deletions

View File

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

View File

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