Merge branch 'QA_4_3'

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-02-05 17:50:43 +05:30
commit cf33499f37
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ phpMyAdmin - ChangeLog
- bug #4706 Schema export doesn't handle dots in db/table name
- bug #3935 Table Header not displayed correct (Safari 5.0.5 Mac)
- bug #4750 Disable renaming referenced columns
- bug #4748 Column name center-aligned instead of left-aligned in Relations
4.3.8.0 (2015-01-24)
- bug Undefined constant PMA_DRIZZLE

View File

@ -282,7 +282,7 @@ function PMA_getHtmlForInternalRelationRow($save_row, $i, $odd_row,
$myfield_html = htmlspecialchars($myfield);
$html_output = '<tr class="' . ($odd_row ? 'odd' : 'even') . '">'
. '<td class="center">'
. '<td class="vmiddle">'
. '<strong>' . $myfield_html . '</strong>'
. '<input type="hidden" name="fields_name[' . $myfield_md5 . ']"'
. ' value="' . $myfield_html . '"/>'