From cd347f3058268266b50d3200749316a604e88f95 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 28 May 2007 16:48:39 +0000 Subject: [PATCH] patch #1726500 Wrong position of --- ChangeLog | 3 ++- libraries/display_tbl.lib.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd0047657..a98a859b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -72,13 +72,14 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #1717339 Missing header when deleting a checked column, thanks to Michael Keck - bug #1717477 Warning on Query page when db is empty -- bug #1721002 db rename -> undefined cfgRelation, thanks to Juergen Wind +- bug #1721002 db rename -> undefined cfgRelation, thanks to Jürgen Wind - bug #1721571 CREATE database privilege not always detected, thanks to Gordon McNaughton - bug #1715709 export in SQL format always includes procedures and functions - bug #1722502 DROP TABLE in export view structure - bug #1718787 Multi-server setup breaks Designer - bug #1724401 Column truncation in repair table output +- patch #1726500 Wrong position of , thanks to Jürgen Wind 2.10.1.0 (2007-04-23) ===================== diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index 8d64c29f4..eb1c644c1 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -1913,12 +1913,12 @@ function PMA_displayTable(&$dt_result, &$the_disp_mode, $analyzed_sql) $url_query=''; echo '' . "\n"; PMA_displayTableBody($dt_result, $is_display, $map, $analyzed_sql); - echo '' . "\n"; // vertical output case if ($_SESSION['userconf']['disp_direction'] == 'vertical') { PMA_displayVerticalTable(); } // end if unset($vertical_display); + echo '' . "\n"; ?>