From a37b66bde5bdfa527854ef0c8c566d6a2da2fb3d Mon Sep 17 00:00:00 2001 From: lorilee Date: Mon, 19 Jul 2010 17:00:29 -0700 Subject: [PATCH] Forgot to add tags --- tbl_structure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_structure.php b/tbl_structure.php index 7f71a4c97..b1dc34424 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -243,7 +243,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 = '';