diff --git a/tbl_structure.php b/tbl_structure.php index 3c19da67db..d3110ad7d6 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -272,9 +272,9 @@ foreach ($fields as $row) { $displayed_type = $type; if (strlen($type) > $GLOBALS['cfg']['LimitChars']) { - $displayed_type = ""; + $displayed_type = ''; $displayed_type .= substr($type, 0, $GLOBALS['cfg']['LimitChars']); - $displayed_type .= ""; + $displayed_type .= ''; } // Display basic mimetype [MIME]