Merge commit 'f120a77'

This commit is contained in:
Marc Delisle 2015-04-22 09:46:43 -04:00
commit efa7f0d3c9
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,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

@ -333,7 +333,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'
)