Merge branch 'QA_4_3'

This commit is contained in:
Madhura Jayaratne 2014-12-09 16:27:43 +05:30
commit 38d180bf85
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ phpMyAdmin - ChangeLog
4.3.2.0 (not yet released)
- bug #4628 PHP error while exporting schema as PDF
- bug #4631 Server selector submits two server parameter values
4.3.1.0 (2014-12-08)
- bug #4609 'Show all' checkbox label is not clickable

View File

@ -32,7 +32,7 @@ function PMA_selectServer($not_only_options, $omit_fieldset)
if ($not_only_options) {
$retval .= '<form method="post" action="'
. $GLOBALS['cfg']['DefaultTabServer'] . '" class="disableAjax">';
$retval .= PMA_URL_getHiddenInputs();
$retval .= PMA_getHiddenFields(array('token' => $_SESSION[' PMA_token ']));
if (! $omit_fieldset) {
$retval .= '<fieldset>';