Merge branch 'QA_4_7'

This commit is contained in:
Deven Bansod 2017-04-18 21:40:16 +05:30
commit cf7c622d6e
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@ phpMyAdmin - ChangeLog
- issue #13130 Fixed handling of errors in AJAX requests
- issue #13152 Fixed PHP error in case of invalid table preferences
- issue #13154 Fixed PHP error on password change
- issue Fix Refresh of Process List
4.7.0 (2017-03-28)
- patch #12233 [Display] Improve message when renaming database to same name

View File

@ -228,8 +228,8 @@ function PMA_getHtmlForProcessListFilter()
$retval = '';
$retval .= '<fieldset id="tableFilter">';
$retval .= '<legend>' . __('Filters') . '</legend>';
$retval .= '<form action="server_status_processes.php'
. URL::getCommon($url_params) . '">';
$retval .= '<form action="server_status_processes.php">';
$retval .= URL::getHiddenInputs($url_params);
$retval .= '<input type="submit" value="' . __('Refresh') . '" />';
$retval .= '<div class="formelement">';
$retval .= '<input' . $showExecuting . ' type="checkbox" name="showExecuting"'