bug #1777620 Table Print preview: missing column header

This commit is contained in:
Marc Delisle
2007-09-05 10:49:52 +00:00
parent c8d0e3181e
commit d40e764886
2 changed files with 3 additions and 1 deletions

View File

@@ -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']) {