From 79d924add8c5e2070f7ab0301e1c98ac42fee806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 27 Jun 2011 13:55:54 +0200 Subject: [PATCH] Really show full field definition, not just "full text" text --- tbl_structure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_structure.php b/tbl_structure.php index ffdb0d2d8..077dbcf49 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -252,7 +252,7 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) { // for the case ENUM('–','“') $type = htmlspecialchars($type); if(strlen($type) > $GLOBALS['cfg']['LimitChars']) { - $type = '' . substr($type, 0, $GLOBALS['cfg']['LimitChars']) . ''; + $type = '' . substr($type, 0, $GLOBALS['cfg']['LimitChars']) . ''; } $type_nowrap = '';