diff --git a/ChangeLog b/ChangeLog index 2574186e57..ce1eace066 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ phpMyAdmin - ChangeLog - bug #4826 Two inline edit windows - bug #4979 Problem when import *.ods file - bug Add missing head tag +- bug #4985 Column headers move when scrolling 4.4.11.0 (2015-07-06) - bug Missing selected/entered values when editing active options in visual query builder diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index ca0b6f1497..53acec94b8 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -1417,11 +1417,6 @@ class PMA_DisplayResults = (($displayParts['edit_lnk'] != self::NO_EDIT_OR_DELETE) && ($displayParts['del_lnk'] != self::NO_EDIT_OR_DELETE)) ? 4 : 0; - $button_html .= '' - . '' - . '' - . ''; - } elseif ((($GLOBALS['cfg']['RowActionLinks'] == self::POSITION_LEFT) || ($GLOBALS['cfg']['RowActionLinks'] == self::POSITION_BOTH)) && ($displayParts['text_btn'] == '1')