From ff08fdd63398737cf0956ded9cced334489d0b2a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 27 May 2007 12:34:30 +0000 Subject: [PATCH] bug #1724401 Column truncation in repair table output --- ChangeLog | 1 + libraries/display_tbl.lib.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e6d684372..1ebf3891d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ $HeadURL$ - 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 2.10.1.0 (2007-04-23) ===================== diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index 74e7c4a6d..93e2c47d4 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -98,7 +98,7 @@ function PMA_setDisplayMode(&$the_disp_mode, &$the_total) $do_display['nav_bar'] = (string) '0'; $do_display['ins_row'] = (string) '0'; $do_display['bkm_form'] = (string) '1'; - if ($GLOBALS['is_analyse']) { + if ($GLOBALS['is_maint']) { $do_display['text_btn'] = (string) '1'; } else { $do_display['text_btn'] = (string) '0';