This reverts commit 4f7c08e8ec.
This commit is contained in:
parent
44bed27877
commit
319e259b10
@ -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)
|
||||
|
||||
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user