bug #1777620 Table Print preview: missing column header
This commit is contained in:
@@ -11,6 +11,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
- bug #1780098 [GUI] Logout causes CSS loss, thanks to Juergen Wind
|
||||
. incorrect field ids, thanks to Michael Keck
|
||||
- bug #1787522 [view] wrong choice in algorithm drop-down
|
||||
- bug #1777620 [GUI] Table Print preview: missing column header,
|
||||
thanks to Mario Rohkrämer
|
||||
|
||||
2.11.0.0 (2007-08-21)
|
||||
|
||||
|
@@ -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