bug #1724401 Column truncation in repair table output

This commit is contained in:
Marc Delisle
2007-05-27 12:34:30 +00:00
parent d97c7c4b21
commit b8b8d3649e
2 changed files with 2 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- 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)
=====================

View File

@@ -94,7 +94,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';