Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
This commit is contained in:
commit
fe340a3faf
@ -14,6 +14,7 @@ phpMyAdmin - ChangeLog
|
||||
- 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
|
||||
- issue #13182 Fix refresh of long queries
|
||||
|
||||
4.7.0 (2017-03-28)
|
||||
- patch #12233 [Display] Improve message when renaming database to same name
|
||||
|
||||
@ -1858,6 +1858,7 @@ class Util
|
||||
}
|
||||
$ret = '<form action="' . $url_parts['path'] . '" class="link"'
|
||||
. ' method="post"' . $target . ' style="display: inline;">';
|
||||
$ret .= URL::getHiddenInputs();
|
||||
$subname_open = '';
|
||||
$subname_close = '';
|
||||
$submit_link = '#';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user