Revert "ChangeLog entry for #12167 and #13702"

This reverts commit 4f7c08e8ec.
This commit is contained in:
Michal Čihař 2017-10-03 14:00:46 +02:00
parent 44bed27877
commit 319e259b10
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,6 @@ phpMyAdmin - ChangeLog
- issue #13576 Add privileges export to per database listing
- issue Consolidate functions into class files
- issue #13560 Add support for changing collation for all tables and columns in database
- issue #12167 Fix action column position
- issue #13303 Add support for creating fulltext index from table structure
4.7.5 (not yet released)

View File

@ -1527,6 +1527,7 @@ class Results
$display_params = $this->__get('display_params');
// 1. Displays the full/partial text button (part 1)...
// $button_html .= '<thead><tr>' . "\n";
$colspan = (($displayParts['edit_lnk'] != self::NO_EDIT_OR_DELETE)
&& ($displayParts['del_lnk'] != self::NO_EDIT_OR_DELETE))