bug #1724401 Column truncation in repair table output
This commit is contained in:
@@ -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)
|
||||
=====================
|
||||
|
@@ -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';
|
||||
|
Reference in New Issue
Block a user