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

This commit is contained in:
Weblate 2014-01-07 01:52:20 +01:00
commit 25a097f21d
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ phpMyAdmin - ChangeLog
- bug #4212 Table "disappears" if it has the same name as its tablegroup
- bug #4213 Datetime Quick Edit decrements by one day
- bug #4217 Current value not highlighted when browsing foreign values
- bug #4220 Incorrect key values in foreign key browser
4.1.3.0 (2013-12-31)
- bug #3938 PDFDefaultPageSize doc and easy configurability

View File

@ -174,7 +174,7 @@ function PMA_getHtmlForRelationalFieldSelection($db, $table, $field, $foreignDat
$output .= PMA_getHtmlForColumnElement(
'class="nowrap"', $val_ordered_current_equals_data,
$key_ordered_current_key, $val_ordered_current_val,
$val_ordered_current_key, $val_ordered_current_val,
$val_ordered_current_val_title, $field
);
$output .= '</tr>';