Merge commit 'f120a77'
This commit is contained in:
commit
efa7f0d3c9
@ -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
|
||||
|
||||
@ -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'
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user