Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1
This commit is contained in:
commit
25a097f21d
@ -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
|
||||
|
||||
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user