Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7

This commit is contained in:
Weblate 2017-04-28 11:47:56 +02:00
commit fe340a3faf
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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 = '#';