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

This commit is contained in:
Weblate 2015-04-22 15:45:47 +02:00
commit 9e19fcf371
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ phpMyAdmin - ChangeLog
- bug #4859 Don't scroll (to bottom) when editing multiple rows
- bug #4862 Misaligned Inline edit field
- bug #4861 Use of undefined constant PMA_DRIZZLE
- bug #4865 sprintf(): Too few arguments
4.4.3.0 (2015-04-20)
- bug #4851 PHP errors in login dialogue

View File

@ -331,7 +331,7 @@ function PMA_getHeaderCells($is_backup, $columnMeta, $mimework, $db, $table)
if ($mimework && $GLOBALS['cfg']['BrowseMIME']) {
$header_cells[] = __('MIME type');
$header_link = '<a href="transformation_overview.php'
. PMA_URL_getCommon(array('db' => $db, 'table' => $table))
. PMA_URL_getCommon()
. '#%s" title="' . __(
'List of available transformations and their options'
)