Merge branch 'QA_4_3'
This commit is contained in:
commit
38d180bf85
@ -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
|
||||
|
||||
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user