diff --git a/ChangeLog b/ChangeLog index 9351e0703..160d5f8f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -81,6 +81,7 @@ $Id$ to Muhammad Adnan. + [doc] Incorporate synchronisation docs into main document. + [core] Include Content Security Policy HTTP headers. +- bug #3004216 [CSS] Field attributes use inline CSS 3.3.4.0 (not yet released) - bug #2996161 [import] properly escape import value diff --git a/tbl_structure.php b/tbl_structure.php index ae90d6b24..c255cde8d 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -327,9 +327,8 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) { // underline commented fields and display a hover-title (CSS only) - $comment_style = ''; if (isset($comments_map[$row['Field']])) { - $displayed_field_name = '' . $field_name . ''; + $displayed_field_name = '' . $field_name . ''; } if ($primary && $primary->hasColumn($field_name)) { @@ -347,7 +346,7 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {