Merge remote-tracking branch 'origin/QA_3_4'

This commit is contained in:
Michal Čihař 2011-10-18 11:53:40 +02:00
commit 3535dcfec3
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ phpMyAdmin - ChangeLog
- bug [navi] Wrong icon for view (MySQL 5.5)
- bug #3420229 [doc] Missing documentation section
- bug #3423725 [pdf] Broken PDF file when exporting database to PDF
- [core] Allow to set language in URL
3.4.6.0 (2011-10-16)
- patch #3404173 InnoDB comment display with tooltips/aliases

View File

@ -469,7 +469,7 @@ if (! PMA_isValid($_REQUEST['token']) || $_SESSION[' PMA_token '] != $_REQUEST['
/* needed for direct access, see FAQ 1.34
* also, server needed for cookie login screen (multi-server)
*/
'server', 'db', 'table', 'target',
'server', 'db', 'table', 'target', 'lang',
/* Session ID */
'phpMyAdmin',
/* Cookie preferences */