bug #1777620 Table Print preview: missing column header
This commit is contained in:
@@ -170,7 +170,7 @@ foreach ($the_tables as $key => $table) {
|
||||
if ($have_rel) {
|
||||
echo '<th>' . $strLinksTo . '</th>' . "\n";
|
||||
}
|
||||
if ($cfgRelation['commwork']) {
|
||||
if ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) {
|
||||
echo ' <th>' . $strComments . '</th>' . "\n";
|
||||
}
|
||||
if ($cfgRelation['mimework']) {
|
||||
|
Reference in New Issue
Block a user