From f0dfa7b13010de2b338706acb130621154302164 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 1ebf3891d0..ebef7c4155 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,13 +14,14 @@ $HeadURL$ - 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 93e2c47d45..96b189ad32 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -1829,12 +1829,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 ($disp_direction == 'vertical') { PMA_displayVerticalTable(); } // end if unset($vertical_display); + echo '' . "\n"; ?>